-3

即使在锁定的 UIView 上,我如何才能找出真正的 iOS 设备方向(不是 UIView 方向)?

4

1 回答 1

1

它可能会帮助你。

UIDeviceOrientation currentDeviceOrientation = [[UIDevice currentDevice] orientation];
于 2013-03-28T10:24:39.430 回答