I want to launch my application in landscape left per default. But I want to keep the possibility to turn it to landscape right. Is there a way to do so? (Because the app starts in landscape right per default right now)
Asked
Active
Viewed 447 times
1 Answers
1
If your app is iOS 8+ only, just include the UIInterfaceOrientationLandscapeLeft value as the first value in the array for the UISupportedInterfaceOrientations key in your information property list.

Dex
- 871
- 4
- 4