gpt4 book ai didi

ios - 如何以编程方式将 UIViewController 的方向更改为横向?

转载 作者:行者123 更新时间:2023-11-29 13:41:10 24 4
gpt4 key购买 nike

我想更改使用 presentModalViewController 显示的 UIViewController 的方向...我在网上看到了几个解决方案(包括 SO)。但是,他们都没有解决我的问题。

我在这里放映一些视频,想将屏幕方向更改为横向……有什么帮助吗?

谢谢。

使用这段代码,我部分解决了我的问题:(我的 View Controller 只是为 LandscapeLEFT 做景观,而不是为 LandscapeRIGHT 做景观==>为 LandscapeRight,它仍然在 View Controller 中改变 LandscapeLEFT 方向)......有什么帮助吗? ????????

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
return UIInterfaceOrientationIsLandscape(interfaceOrientation);
}

最佳答案

试试这个:返回 [YES] 将确保您的应用支持所有界面操作。

  • (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation interfaceOrientation {//为支持的方向返回 YES返回是;}

关于ios - 如何以编程方式将 UIViewController 的方向更改为横向?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9089741/

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