Search code examples
iphoneconventionsuiinterfaceorientation

Default Convention: UIInterfaceOrientationLandscapeRight or UIInterfaceOrientationLandscapeLeft


When adding the UIInterfaceOrientation key to the info.plist file, is there a conventional default value for the initial app state (UIInterfaceOrientationLandscapeRight or UIInterfaceOrientationLandscapeLeft)?

And which do you typically use when starting in landscape?


Solution

  • I can't find the original document where I read this (It's one of the apple guideline documents you read when you first start) but it said the preferred landscape was with the volume buttons on the bottom. So I think that's UIInterfaceOrientationLandscapeLeft.

    correction: UIInterfaceOrientationLandscapeRight. Always get the 2 mixed up.