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?
Asked
Active
Viewed 6,303 times
2
-
Possible duplicate: http://stackoverflow.com/questions/6136624/cannot-zoom-in-and-out-of-nib-in-the-new-interface-builder – Luke Nov 12 '11 at 14:13
1 Answers
3
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).

Nathanial Woolls
- 5,231
- 24
- 32
-
Thanks for the response Nathanial. Hopefully storyboarding will be an improvement over the existing IB options for building separate views based on device orientation. – tlatkovich Aug 18 '11 at 13:20