---
title: UISupportedInterfaceOrientations
framework: bundleresources
role: symbol
role_heading: Property List Key
path: bundleresources/information-property-list/uisupportedinterfaceorientations
---

# 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

Discussion tip: To set supported orientations for specific platforms and devices, add platform- or device-specific keys to the information property list. For more information, see Add platform- and device-specific properties.

## See Also

### Orientation

- [UIInterfaceOrientation](bundleresources/information-property-list/uiinterfaceorientation.md)
- [UIPreferredDefaultInterfaceOrientation](bundleresources/information-property-list/uipreferreddefaultinterfaceorientation.md)
