Lock iPhone App Orientation throughout

后端 未结 3 1363
庸人自扰
庸人自扰 2021-01-11 17:57

I gather the orientation approach changed in the recent version of iOS and I\'m not using UIWebView...

Is there a way of locking an entire App to Portrait Mode or do

相关标签:
3条回答
  • 2021-01-11 18:35

    Go to Xcode > "General" and edit:enter image description here

    0 讨论(0)
  • 2021-01-11 18:47

    Following is the way to lock the orientation of your app to portrait only.

    How to lock orientation of your app to portrait only

    0 讨论(0)
  • 2021-01-11 18:59

    In iOS 7 you can check only portrait in project-> general -> Deployment info.

    enter image description here

    0 讨论(0)
提交回复
热议问题