gpt4 book ai didi

ios - UIViewController interfaceOrientation 属性已弃用

转载 作者:行者123 更新时间:2023-11-28 18:56:49 26 4
gpt4 key购买 nike

我目前正在使用我的 UIViewController 的 interfaceProperty,它在 iOS 8 中已被弃用。

@property(nonatomic,readonly) UIInterfaceOrientation interfaceOrientation NS_DEPRECATED_IOS(2_0,8_0);

我正在使用上述属性来确定物理主页按钮的方向以进行加速度计和重力矢量校正。 UIDeviceOrientation 不是合适的替代品,因为这些更正实际上应用于用户界面

我已经搜索了合适的重构建议,但是,它们不适用于我对该属性的使用。

最佳答案

你可以尝试使用

UIApplication.sharedApplication().statusBarOrientation

它将返回 UIInterfaceOrientation可用于获取设备界面方向的值。

关于ios - UIViewController interfaceOrientation 属性已弃用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31569496/

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