Storyboard Bug - iOS 5.1 - Xcode 4.3.3

Posted by user1505431 on Stack Overflow See other posts from Stack Overflow or by user1505431
Published on 2012-07-06T00:03:27Z Indexed on 2012/07/06 3:15 UTC
Read the original article Hit count: 226

Filed under:
|
|
|

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:

http://imgur.com/GnyvD

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.

© Stack Overflow or respective owner

Related posts about ios

Related posts about storyboard