in 1.9.7 it will be like this:
"yes" - read plist for orientations
"no" - rotation not allowed no matter what's in the plist
not specified - same as yes
at the moment "not specified" is the same as "no", this will be changed
<key>UIInterfaceOrientation</key>
<string>UIInterfaceOrientationPortrait</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationPortrait</string>
</array>
Users browsing this forum: No registered users and 0 guests