2017-09-15 117 views
0

我希望在iPad上使用A-View僅肖像和B-View爲橫向(左或右)的APP。iPad上的ScreenRotation

我試過[應用:supportedInterfaceOrientationsForWindow:]在我AppDelegate.m和[shouldAutorotate:] [supportedInterfaceOrientations:] [preferredInterfaceOrientationForPresentation:]在我NavigationController,視圖控制器我用它來顯示我的APP (iOS 11)。

它在iPhone上運行良好,但是當我在iPad上嘗試時,即使[應用程序:supportedInterfaceOrientationsForWindow:]也無法正常工作。

我想知道如何在iPad上控制ScreenRotation。

非常感謝。 感謝您的善意幫助。


解決,只是不停的提醒

回答

0

iPad擁有它必須支持全旋轉multipleScreen功能。 但是當您在部署信息中選中[需要全屏]時,這意味着iPad現在全屏顯示,旋轉功能可以正常工作。