本文介绍了锁定iPhone App定位贯穿始终的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我收集了最近版本iOS中更改的方向方法,我没有使用UIWebView ...
I gather the orientation approach changed in the recent version of iOS and I'm not using UIWebView...
有没有办法将整个App锁定到纵向模式还是必须强制每个视图控制器?
Is there a way of locking an entire App to Portrait Mode or do I have to force each View Controller?
推荐答案
在iOS 7中,您只能检查项目中的纵向 - >一般 - >部署信息。
In iOS 7 you can check only portrait in project-> general -> Deployment info.
这篇关于锁定iPhone App定位贯穿始终的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!