I'm running into memory issues on iOS 10 when the widget is in expanded mode. Going away from the screen and coming back will recreate the widget VC is expected. However, the old Widget ViewController will not get removed from memory.
I have been able to trace this down to a constraint constant change when the collection view layout is prepared. If I remove that constant change, the VC will get removed from memory. Is this expected?