お世話になっております。
現在写真ライブラリから選択した画像を1枚取得しようと思っているのですが、
UIImagePickerControllerを使用すると
'UIApplicationInvalidInterfaceOrientation', reason: 'Supported orientations has no common orientation with the application, and shouldAutorotate is returning YES'
とエラーになります。
このエラーに対して
こちらの方が紹介された方法をとったのですが、うまく行きませんでした。
皆様は横画面で写真選択の方法としてどのようなアプローチをされますでしょうか?
よろしくお願いいたします。