cordova-ios-lightstatusbar
Version:
Replaces the default black status bar with a white status bar on the splash screen
12 lines (7 loc) • 350 B
Markdown
`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/>