gpt4 book ai didi

objective-c - 在弹出窗口中如何检测界面方向?

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:09:23 26 4
gpt4 key购买 nike

如果我在当前显示为弹出窗口的 UIViewController 类中,我如何检测我所处的方向?

我已经尝试了通常的 self.interfaceOrientation 但这总是返回 Portrait 即使当设备处于横向时也是如此。执行此操作的正确方法是什么?

最佳答案

你可以使用

 [UIApplication sharedApplication].statusBarOrientation

或者你可以在方向改变后使用通知

[[UIDevice currentDevice] beginGeneratingDeviceOrientationNotifications];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(orientationChanged:) name:UIDeviceOrientationDidChangeNotification object:nil];

关于objective-c - 在弹出窗口中如何检测界面方向?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11847460/

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