I am recently facing an issue in my app on iphone 6+ IOS8.3. The issue is i am using uitabbarController in my app and each tab of tab bar controller contains a uinavigationController.
Now when i select the 6th/7th tab by going into More tab and then rotate the screen then black screen appears.
To test the scenario i made an saperate applictaion and make the same structure, i.e made 9 tabs and each tab contain navigation controller. All this is done on storyboard and no code was written.
Then i run the app and select the 6th tab and rotate the screen, the black screen appears. and when i rotate back to portrait then everything become fine again.
I am attaching the screen shots for further explanation.
So anyone able to tell why it turns into black screen? I am doing it wrong ? or That is a bug of IOS8.3 or something else?
I ran into the same issue today and since this question has not been answered yet, I'd like to present my simple solution.
In your UITabbarController subclass, subscribe to the rotation events:
Add the following code to the rotation observer method: