Contents

UISupportedInterfaceOrientations

The interface orientations supported by your app.

Possible Values

UIInterfaceOrientationPortrait

The app supports the display in portrait mode, with the device upright and the front camera at the top.

UIInterfaceOrientationPortraitUpsideDown

The app supports the display in portrait mode but is upside down, with the device upright and the front camera at the bottom. UIViewController ignores this option on devices without a Home button.

UIInterfaceOrientationLandscapeLeft

The app supports the display in landscape mode, with the device upright and the front camera on the right.

UIInterfaceOrientationLandscapeRight

The app supports the display in landscape mode, with the device upright and the front camera on the left.

Discussion

See Also

Orientation