I’m building a xib with multiple views, one oriented for landscape and another for portrait. I’d like to be able to zoom out from the Interface Builder window to see both and then zoom in on one of the views to work on it, rinse, repeat. Can this be done?
I’m building a xib with multiple views, one oriented for landscape and another for
Share
This is not possible as far as I know, but Xcode 4.2 allows you to develop your iOS applications using “storyboards”, which is similar (and has many other benefits).