gpt4 book ai didi

ios - UIDevice 设置方向在 iPad 上不起作用

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

我想要实现的是,当用户按下按钮时,以编程方式模拟设备旋转到横向。我的代码适用于 iPhone 设备,但不适用于 iPad

let value = NSNumber(integerLiteral: UIDeviceOrientation.landscapeRight.rawValue)
UIDevice.current.setValue(value, forKey: "orientation")
ViewController.attemptRotationToDeviceOrientation()

有没有办法在 iPad 上实现同样的效果?

最佳答案

直接解决这个问题非常简单,但它有一个缺点。通过在项目设置“常规”部分中将需要全屏设置为 true 可以修复此问题。当然,这意味着您的应用不支持多任务处理,这可能不适合您的应用。

enter image description here

关于ios - UIDevice 设置方向在 iPad 上不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55486097/

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