I want to support UIInterfaceOrientationLandscapeRight and UIInterfaceOrientationLandscapeLeft only
Posted
by orangecl4now
on Stack Overflow
See other posts from Stack Overflow
or by orangecl4now
Published on 2010-04-15T17:32:55Z
Indexed on
2010/04/15
18:13 UTC
Read the original article
Hit count: 297
how do I make sure that UIInterfaceOrientationPortraitRight and UIInterfaceOrientationPortraitLeft are not supported.
Basically I want my application to be used ONLY in UIInterfaceOrientationLandscapeRight and UIInterfaceOrientationLandscapeLeft
I edited the Info.plist file
MainWindow
UISupportedInterfaceOrientations
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight
© Stack Overflow or respective owner