简体   繁体   中英

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. Due to changes in the demands of the customer the application now also needs to be able to run on 7.1. I changed the deployment target from 8.0 to 7.1, and the app still builds and compiles. 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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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