You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In certain circumstances the main view becomes detached from the window after a transition. If I try to update the parent viewcontroller due to orientation changes for example. When I come back it appears and then immediately disappears after viewDidAppear. Occasionally, the same is true for viewcontroller I move towards. The viewcontroller appears then immediately disappears after transition. Any thoughts?
The text was updated successfully, but these errors were encountered:
kallipigous
changed the title
View becomes detached form window
View becomes detached from window
May 11, 2016
I had something similar today I think. Anyway I've created a pull request that fixes the problem for myself. Just FYI for anyone else that is having this problem and stumbles across this thread.
In certain circumstances the main view becomes detached from the window after a transition. If I try to update the parent viewcontroller due to orientation changes for example. When I come back it appears and then immediately disappears after viewDidAppear. Occasionally, the same is true for viewcontroller I move towards. The viewcontroller appears then immediately disappears after transition. Any thoughts?
The text was updated successfully, but these errors were encountered: