Developing universal in Xcode 6

后端 未结 3 714
感动是毒
感动是毒 2020-12-13 19:30

I have Xcode 6 beta installed and I\'m trying to develop an universal app. Before Xcode 6, you had to create 2 separate Storyboards for iPad and iPhone and you could set it

3条回答
  •  再見小時候
    2020-12-13 19:55

    After Xcode 6 > version for using different storyboard for iPhone and iPad need to follow xcode-6-separate-storyboard-for-ipad-and-iphone

    Note : For Application which does not use Auto Layout, so while adding new storyboard for iPad and disabling auto layout, a pop will appear that's where you need keep size class data to iPad as shown in below screen.

提交回复
热议问题