cordova-ios-lightstatusbar
v0.0.2
Published
Replaces the default black status bar with a white status bar on the splash screen
Downloads
3
Maintainers
Readme
cordova-ios-lightstatusbar
cordova plugin add https://github.com/cassioscofield/cordova-ios-lightstatusbar
It will add the following part to the *-Info.plist
file during build process:
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>