UISupportedInterfaceOrientations
The interface orientations supported by your app.
Possible Values
UIInterfaceOrientationPortraitThe app supports the display in portrait mode, with the device upright and the front camera at the top.
UIInterfaceOrientationPortraitUpsideDownThe 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.
UIInterfaceOrientationLandscapeLeftThe app supports the display in landscape mode, with the device upright and the front camera on the right.
UIInterfaceOrientationLandscapeRightThe app supports the display in landscape mode, with the device upright and the front camera on the left.