gpt4 book ai didi

ios - supportedInterfaceOrientations 不工作

转载 作者:行者123 更新时间:2023-11-29 10:44:05 26 4
gpt4 key购买 nike

我有带三个 UIViewController 的 Tab Bar Controller 应用程序,所有这些都在 Storyboard中完成。
设备方向设置为所有方向,颠倒除外。

对于一个 UIViewController,我有以下代码:

- (BOOL) shouldAutorotate {
return NO;
}

-(NSUInteger)supportedInterfaceOrientations
{
return UIInterfaceOrientationPortrait;
}

但我仍然可以旋转。
supportedInterfaceOrientations 不应该限制那个吗?

最佳答案

如果您正在使用 NavigationController,那么您应该将您的代码放在 NavigationController 类中。

关于ios - supportedInterfaceOrientations 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23066699/

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