gpt4 book ai didi

iOS 7 supportedInterfaceOrientation 没有按预期工作

转载 作者:行者123 更新时间:2023-11-28 22:07:08 29 4
gpt4 key购买 nike

所以我有一个可以旋转到任何方向的根 Controller 和一个使用 supportedInterfaceOrientations 只显示横向模式的 View Controller

- (NSUInteger)supportedInterfaceOrientations {
return UIInterfaceOrientationMaskLandscape;
}

因此,当我通过将窗口的根 Controller 设置为在应用程序的某个点(例如按下按钮)来呈现该 View Controller 时,它会以横向模式启动。每次旋转时,它都会调用该方法。但是当我旋转到纵向时,即使我告诉他们只使用横向,它也会变成纵向。有什么建议吗?

最佳答案

问题是只查询最顶层的 View Controller 。例如,如果你有一个导航 Controller 和它的 Root View Controller ,那么只有导航 Controller 说的是重要的。 (并且您可以使用导航 Controller 委托(delegate)的 navigationControllerSupportedInterfaceOrientations: 来给出您想要的答案。)

关于iOS 7 supportedInterfaceOrientation 没有按预期工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23702011/

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