【发布时间】:2014-11-13 16:39:55
【问题描述】:
我正在尝试开发一个应用程序。我的应用程序应该只支持 LandscapRight 模式,所以我在 Application Target->Deployment Info 中设置了它,方法是只选择一个复选框 LandscapRight。现在,当我尝试在我的应用程序中打开 ImagePicker(Photos) 时,它会因此错误而崩溃
Supported orientations has no common orientation with the application, and shouldAutorotate is returning YES
它在纵向和横向模式下运行良好。但我不想在纵向模式下观看我的应用程序。
请就这个问题向我提出任何解决方案。 谢谢
【问题讨论】:
标签: objective-c iphone ios7 ios6