如何在 Xcode 4.1 Interface Builder 窗口中放大/缩小以查看多个 UIView

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/7095610/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 21:44:58  来源:igfitidea点击:

How to zoom in/out in Xcode 4.1 Interface Builder window to see multiple UIViews

xcodeinterface-builder

提问by tlatkovich

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?

我正在构建一个具有多个视图的 xib,一个面向横向,另一个面向纵向。我希望能够从 Interface Builder 窗口缩小以查看两者,然后放大其中一个视图以对其进行处理,冲洗,重复。这能做到吗?

回答by Nathanial Woolls

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).

据我所知,这是不可能的,但 Xcode 4.2 允许您使用"storyboards"来开发您的 iOS 应用程序,这是类似的(并且有许多其他好处)。