【发布时间】:2015-03-23 22:08:32
【问题描述】:
我正在创建一个只能在横向模式下工作的应用程序。
在注册过程中,我想打开相机或展示 UIImagePickerController,但应用程序崩溃并出现以下错误:
*** Terminating app due to uncaught exception 'UIApplicationInvalidInterfaceOrientation', reason: 'Supported orientations has no common orientation with the application, and [PUUIAlbumListViewController shouldAutorotate] is returning YES'
如何在横向中显示图像选择器或相机?
【问题讨论】:
标签: ios objective-c uiimage uiimagepickercontroller uiinterfaceorientation