gpt4 book ai didi

ios - 状态栏方向值为 __C.UIInterfaceOrientation

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

我使用以下代码来检索方向:

let currentOrientation = UIApplication.shared.statusBarOrientation 

但在某些情况下检索到的值是:__C.UIInterfaceOrientation

<小时/>

这可能是什么原因,因为我无法获取当前方向来相应更新用户界面。

最佳答案

let abc = UIApplication.shared.statusBarOrientation
print(abc.isLandscape)
print(abc.isPortrait)

检查 currentOrientation 是否为 isLandscape 或 isPortrait。

enter image description here

关于ios - 状态栏方向值为 __C.UIInterfaceOrientation,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54804319/

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