Universal application with Portrait orientation for iPhone and Landscape orientation for iPad

后端 未结 3 1740
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-31 08:09

I\'m creating a Universal application using Swift. I have used Storyboard and Auto-Layouts. Requirement is of creating a universal application which will support Portrait orient

3条回答
  •  Happy的楠姐
    2021-01-31 08:36

    If you are deploying your App to iOS 8 only, then I would use one storyboard. It is simpler to utilize one screen. Here is a link for a great tutorial. http://www.raywenderlich.com/83276/beginning-adaptive-layout-tutorial
    If you are like me and want to target down to iOS 6, then I would use separate storyboards. Definitely stick with Auto Layout for whatever you decide to use.
    Don't forget we must start supporting 64-bit.
    Good luck!

提交回复
热议问题