I cannot get it to work. I have added the plugin to the directory via the phonegap CLI, and inserted:
<preference name="StatusBarOverlaysWebView" value="false" />
into config.xml in the ios platform block, but the status bar still overlays the content.
Install latest version of cordova statusbar plugin using the following command,
Add following lines in config.xml under ios platform section,
Remove iOS platform, re-add and build the iOS platform again.