为了在拍照时检测手机的方向,我使用
orientation == UIDeviceOrientationLandscapeRight
orientation == UIDeviceOrientationPortraitUpsideDown
orientation == UIDeviceOrientationPortrait
orientation == UIDeviceOrientationLandscapeLeft
但如果照片是从侧面拍摄的,这些就可以了。如何检查 iPhone 是否向下倾斜以平放,例如在拍摄航拍照片时?