简体   繁体   中英

How to create universal iOS app on Xcode 6 with and without using storyboard?

I worked on upgrading the app to iOS 8 and shifted Xcode 5 to Xcode 6 for iPhone 6 and 6 plus devices. The app work fine in iPhone 6 and 6 plus. But when creating new app in Xcode 6 same thing doesn't happen. I tried using constraints but that is not easy to handle things. I want to know is that the only way to work on Xcode 6 for making all devices compatible app because more complex design the more difficult to handle constraints. Is there any other way other than storyboard. Or any other smarter way to do this with some less complexity. Please guide.

You can use a single iPhone storyboard and set this in your project for iPhone and iPad. I think there is no easier way.

If you have problems, please be more specific.

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