如何在 Xcode 4 中将视图转换为横向模式

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5765062/
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 20:53:44  来源:igfitidea点击:

How to Turn a View into Landscape Mode in Xcode 4

xcodeviewinterface-builderlandscape

提问by user4951

In xcode 3 there is that little arrow next to the view title. That little button has gone in xcode 4.

在 xcode 3 中,视图标题旁边有那个小箭头。那个小按钮已经在 xcode 4 中消失了。

回答by Nick Weaver

Click the icon on the right hand menu: attribute inspector, this should show Orientation under Simulated Metrics. The Utilites should be opened for that. Look at the screenshot:

单击右侧菜单上的图标:属性检查器,这应该在模拟指标下显示方向。应该为此打开实用程序。看截图:

enter image description here

在此处输入图片说明