Storyboard Bug - iOS 5.1 - Xcode 4.3.3
- by user1505431
In my iOS project (using xcode only), I continue to run into a problem where layout presented to me in the storyboard editor becomes automatically modified after some change (which I have not been able to specifically determine). The problem is as follows:
The TabBarController has for whatever reason started displaying in landscape orientation.
Some of the NavigationControllers have also done the same thing.
I can no longer see or edit the navigation bar on my nested views.
I can no longer see of edit the tab bar on the views of the resp. tab bar items.
Everything works properly when I run the app in my simulator. If I had set it up prior to this change in default display settings, it still works just fine.
Here is a screen shot of the problem:
My storyboard has consistently presented me with this bug throughout the course of my project. I have fixed it once by resetting via git and another time by rebuilding the entire storyboard. Both solutions worked for an extended period of time, but I would rather have a permanent solution. Any input would be helpful.