You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by khawkins <gi...@git.apache.org> on 2012/08/08 04:32:52 UTC

incubator-cordova-ios pull request: Setting supportedOrientations in view c...

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 <kh...@salesforce.com>
Date:   2012-08-07T19:31:45-07:00

    Setting supportedOrientations in view controller's init method

----