I had an issue with my iOS phonegap app having the status bar overlap the webview in iOS 7. I found this answer which fixed the problem, but the second step, calling
[self setNeedsStatusBarAppearanceUpdate];
in viewDidLoad
causes the app to crash in iOS 6 and throw unrecognized selector
.