草庐IT

LandscapeViewController

全部标签

ios - UINavigationController 堆栈中 UIViewController 的不同界面方向

我有一个导航Controller和一个纵向的rootviewcontroller。然后我想将第二个ViewController推送到具有横向方向的堆栈。遗憾的是,我没有办法强制应用程序重新检查supportedInterfaceOrientations。因此,横向ViewController以protrait显示,直到用户将他的设备旋转到横向。我准备了一个测试项目:https://github.com/buechner/InterfaceOrientationTest甚至可以自动更改导航Controller堆栈中的方向吗? 最佳答案