我们可以使用UIImagePickerController for Landscape iPad

时间:2017-03-21 10:44:24

标签: ipad swift3 uiimagepickercontroller landscape-portrait

问题状态:我需要使用

访问照片库
  

的UIImagePickerController

for Landscape iPad。这在纵向模式下工作正常,但在横向应用程序崩溃中。

如何使用 UIImagePickerController 以横向模式访问照片库。如果没有那么任何其他替代方式来做到这一点。

我已经尝试了这些

override var shouldAutorotate: Bool
{
    return false
}

func application(_ application: UIApplication, supportedInterfaceOrientationsForWindow window: UIWindow) -> UIInterfaceOrientationMask {
    return .all
}

任何帮助都会非常感激。

由于

1 个答案:

答案 0 :(得分:0)

这个答案会有很大帮助。但它是用Objective - C. https://stackoverflow.com/a/19630858/5807290编写的。快乐的编码。