gpt4 book ai didi

iphone - iOS 6 自动旋转困惑

转载 作者:行者123 更新时间:2023-12-03 19:30:30 26 4
gpt4 key购买 nike

我的整个界面都在一个 Storyboard 中。如何使大多数 ViewController 只支持纵向,而只有少数 ViewController 支持所有方向。我无法理解苹果新的自动旋转系统。另外,如何使其向后兼容 iOS 5?

最佳答案

在您的导航 Controller 子类中,将决策转发给堆栈中的顶 View Controller :

-(NSUInteger) supportedInterfaceOrientations {
return [self.topViewController supportedInterfaceOrientations];
}

为此创建一个单独的 Storyboard文件是最糟糕的方法,让它们与您的应用程序更新保持同步将是维护的噩梦。

关于iphone - iOS 6 自动旋转困惑,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12546498/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com