GitHub user khawkins opened a pull request:
https://github.com/apache/incubator-cordova-ios/pull/41
Setting supportedOrientations in view controller's init method
Moving supportedOrientations property's initialization into the view
controller's init functionality, so that it's available to the app delegate
before the window is displayed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/khawkins/incubator-cordova-ios CB-1209
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-cordova-ios/pull/41.patch
----
commit b82e97f33d0c19512b24fb14a9d2e910949ce8d4
Author: Kevin Hawkins <[email protected]>
Date: 2012-08-07T19:31:45-07:00
Setting supportedOrientations in view controller's init method
----