gpt4 book ai didi

iOS - 将特定的 UIViewController 锁定到特定的方向

转载 作者:可可西里 更新时间:2023-11-01 06:21:39 24 4
gpt4 key购买 nike

<分区>

我的应用程序支持每 4 个方向,我有一个位于 LandscapeRight 中的 UIViewController。我正在使用 UINavigationController 来推送那个 UIViewController,我希望那个 UIViewController 只在 UIInterfaceOrientationLandscapeRight 中,但是当我旋转时手机,它会切换回其他方向。

-(BOOL)shouldAutorotate{
return NO;
}

-(NSUInteger)supportedInterfaceOrientations{
return UIInterfaceOrientationLandscapeRight;
}

-(UIInterfaceOrientation)preferredInterfaceOrientationForPresentation{
return UIInterfaceOrientationLandscapeRight;
}

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