在界面生成器中更改为横向。 Xcode 4(iOS)
我正在开发一款横向的 iPad 应用程序。但是我如何更改以使界面生成器中的窗口处于横向状态?我记得在旧的 Interface Builder 中,我只需要单击一个箭头,它就会切换到横向。
我正在使用 Xcode 4。
提前谢谢您! :)
I'm working on an iPad app that's going to be in landscape. But how I change so the window in interface builder is in landscape? I remember in the old Interface Builder I just needed to click on an arrow and it switched to landscape.
I'm using Xcode 4.
Thank you in advance! :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
在 UI 设计器中,选择最顶部的项目(主视图),选择右侧的属性检查器,然后选择横向选项。
In the UI designer, select the top most item (the main view), select the attributes inspector on the right, then select the Landscape orientation option.
您无法更改窗口的方向。尝试更改属性选项卡中视图的方向。
You can't change the orientation of the window. Try to change the orientation of the views in the attributes tab.
在 xCode 6.1.1 中,对于横向方向:在 Simulated Metrics 选项卡中,选择具体设备大小并选择 Orientation Landscape。请参阅此图片:
In xCode 6.1.1 for the Landscape orientation: in Simulated Metrics tab select concrete divice size and select Orientation Landscape. See this picture: