iOS 6 auto rotate confusion

前端 未结 6 764
萌比男神i
萌比男神i 2020-12-29 17:08

I have my entire interface in one Storyboard. How can I make most of the ViewControllers only support a portrait orientation while only a couple supporting all orientations.

6条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-29 17:51

    You should watch the WWDC'2012 videos especially the ones in the "Essentials" section talking about rotations.

    The one called "T Evolution of View Controllers in iOS" explains the subject about rotations (and how to make them compatible with various iOS version) in great details, with explanations and code samples, and I couldn't explain it better than Apple ;)

提交回复
热议问题