After iOS 10.1 I have stumbled upon a weird issue with my Today Extension.
My extension consists of a UITableViewController. If it for any reason crashes, it will show the message 'Unable to load'. It will then recreate itself, but when it does it is overlayed with a static snapshot of the view.
It seems like the widget creates a snapshot, loads it, then reloads the TableViewController on top of it. It stays like this until the device is restarted.
The bug is also present on iOS 10.1.1.
Has anyone else experienced this issue?