我想在iPad上使用我的APP,A-View仅限人像而B视图只是横向(左或右)。
我在AppDelegate.m中尝试[应用程序:supportedInterfaceOrientationsForWindow:]并[ shouldAutorotate:] [ supportedInterfaceOrientations:] [ preferredInterfaceOrientationForPresentation:]在我的NavigationController中,我用来显示我的APP(iOS 11)的ViewController。
它适用于iPhone,但是当我在iPad上试用时,它甚至不起作用[application:supportedInterfaceOrientationsForWindow:]。
我想知道如何在iPad上控制ScreenRotation。
非常感谢你。 感谢您的善意帮助。
解决了,只是留意提醒
答案 0 :(得分:1)
iPad具有必须支持All-Rotation的multipleScreen功能。 但是当你在部署信息上检查[需要全屏]时,这意味着iPad现在是全屏的,旋转功能可以很好地工作。