Enumeration: UIDeviceOrientation
Overview
The physical orientation of the device.
Constant Summary
- UIDeviceOrientationUnknown
The orientation of the device cannot be determined.available in ios 2.0 and later.declared in uidevice.h.
- UIDeviceOrientationPortrait
The device is in portrait mode, with the device held upright and the home button at the bottom.available in ios 2.0 and later.declared in uidevice.h.
- UIDeviceOrientationPortraitUpsideDown
The device is in portrait mode but upside down, with the device held upright and the home button at the top.available in ios 2.0 and later.declared in uidevice.h.
- UIDeviceOrientationLandscapeLeft
The device is in landscape mode, with the device held upright and the home button on the right side.available in ios 2.0 and later.declared in uidevice.h.
- UIDeviceOrientationLandscapeRight
The device is in landscape mode, with the device held upright and the home button on the left side.available in ios 2.0 and later.declared in uidevice.h.
- UIDeviceOrientationFaceUp
The device is held parallel to the ground with the screen facing upwards.available in ios 2.0 and later.declared in uidevice.h.
- UIDeviceOrientationFaceDown
The device is held parallel to the ground with the screen facing downwards.available in ios 2.0 and later.declared in uidevice.h.