简体   繁体   English

如何使用通用情节提要板在xcode 6中创建7.1应用程序?

[英]How do you create a 7.1 app in xcode 6 using a universal storyboard?

I'm currently developping an application in xcode 6 for iOS 8.0. 我目前正在用xcode 6开发适用于iOS 8.0的应用程序。 Due to changes in the demands of the customer the application now also needs to be able to run on 7.1. 由于客户需求的变化,应用程序现在还需要能够在7.1上运行。 I changed the deployment target from 8.0 to 7.1, and the app still builds and compiles. 我将部署目标从8.0更改为7.1,该应用仍然可以构建和编译。 The storyboard is loaded, however the views arn't shown in the application. 情节提要已加载,但是视图未在应用程序中显示。

Do i need to create new storyboard files to support 7.1, or is there some way to convert the 8.0 one? 我是否需要创建新的故事板文件来支持7.1,或者有某种方法可以转换8.0?

Head over to the Interface Builder Document section in the File Inspector panel. 转到“文件检查器”面板中的“界面生成器文档”部分。

在此处输入图片说明

Then you can change the storyboard settings to suit your client's needs. 然后,您可以更改情节提要设置以满足客户的需求。

Hope this helps, 希望这可以帮助,

Will

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM