gpt4 book ai didi

iphone - iOS 界面方向

转载 作者:行者123 更新时间:2023-11-29 04:38:49 26 4
gpt4 key购买 nike

如何在不覆盖 UIViewController 方法的情况下启用界面旋转:

-(BOOL)shouldAuorotateToInterfaceOrientation

我的应用程序中没有 UIViewController 类,只有 UIView。

最佳答案

如果您没有 Controller ,则必须先创建一个 Controller 才能正常工作。在设置 *.plist 文件中,您有两个选项,称为“支持的界面方向”和“支持的界面方向(iPad)”。启用您想要支持的内容。

然后,在您想要支持方向的 UIViewController 中,您必须重写 -(BOOL)shouldAuorotateToInterfaceOrientation 以在您想要支持和写入的方向上返回 YES将所有内容放置在适当位置所需的所有绘图代码。

关于iphone - iOS 界面方向,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10688441/

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