标签: objective-c device-orientation
即使在锁定的UIView上,我怎样才能找到真正的iOS-Device方向(不是UIView方向)?
答案 0 :(得分:1)
它可能对你有帮助。
UIDeviceOrientation currentDeviceOrientation = [[UIDevice currentDevice] orientation];