如何在现有应用程序中添加对横向模式的支持

时间:2015-05-07 10:16:21

标签: ios objective-c iphone xcode6 ios8.3

我已为iOSiPhone实施iPad申请Portrait,仅在iOS 7模式下支持操作系统Landscape&以上。现在我还需要添加对Auto layout and Size Class的支持,而且我对xib's的了解不多。我是否需要为Landscape模式创建单独的awk '/^Time/{a=$0}/aaa/{print a"\n"$0}' file Time 00:00:01 aaa Time 00:00:03 aaa Time 00:00:03 aaa ?请分享您最好的建议和想法。

2 个答案:

答案 0 :(得分:1)

请查看附加屏幕截图,了解如何在纵向横向模式下使用尺寸类进行设计视图。

enter image description here enter image description here enter image description here

请查看此图片以获得更多说明。

enter image description here

答案 1 :(得分:0)

按照以下步骤添加导航支持 1)在项目导航器选项卡中,选择您的项目 2)然后选择常规选项卡,在部署信息中选择设备方向的复选框(横向左侧和横向右侧。) 如果你想要使用大小类,你可以使用Autolayout。 https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/AutolayoutPG/Introduction/Introduction.html