0
私のアプリケーションがランドスケープモードのみをサポートしているため、UIImagePickerControllerをiPhone用のランドスケープモードで表示しようとしています.iOS 11.3でも問題なく動作しますが、iOS 10.3.3でアプリケーションを実行するたびに、エラーと時間:LandscapeでUIImagePickerControllerを開きます
*** Terminating app due to uncaught exception 'UIApplicationInvalidInterfaceOrientation', reason: 'Supported orientations has no common orientation with the application, and [PUUIAlbumListViewController shouldAutorotate] is returning YES' * First throw call stack:**
サブクラスUIImagePickerControllerと私を助ける
・ホープ以下のようなUIImagePickerControllerの拡張を作成します。 'supportedInterfaceOrientations'メソッドと' shouldAutorotate'メソッドを実装します –