GitHub user khawkins opened a pull request:
https://github.com/apache/incubator-cordova-ios/pull/64
Removed setWantsFullScreenLayout, simplified viewWillAppear
Removed `[CDVViewController setWantsFullScreenLayout:]` setting, which also
allows us to take out explicit setting of `self.view` frame layouts for Cordova
main views. Fixes [CB-1830](https://issues.apache.org/jira/browse/CB-1830).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/khawkins/incubator-cordova-ios
remove_wants_fullscreen_layout
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-cordova-ios/pull/64.patch
----
commit f3f242dbf9b877837a7df38edd25f4d64febb6b1
Author: Kevin Hawkins <[email protected]>
Date: 2012-11-09T22:30:40Z
Removed setWantsFullScreenLayout from CDVViewController, simplified
viewWillAppear in template app.
----