iOS7 iPad Landscape only app, using UIImagePickerController

前端 未结 6 829
北荒
北荒 2020-11-29 23:16

I believe this is a common issue and many answers don\'t work anymore, many just partial, if you are under iOS7 and your iPad app is Landscape only, but you want to use the

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-29 23:53

    Apple's documentation says:

    "Important: The UIImagePickerController class supports portrait mode only."

    Although, it works fine in landscape for full screen and on iOS 6.

    UIImagePickerController class reference

提交回复
热议问题