mirror of
https://github.com/apache/cordova-plugin-statusbar.git
synced 2025-03-15 03:21:06 +08:00
Update README.md
Extend tutorial for hiding at startup. One does not need to directly change Xcode project to hide splash screen. It can be made through config.xml
This commit is contained in:
parent
adcee9f66f
commit
04855d65f8
14
README.md
14
README.md
@ -94,6 +94,20 @@ Add/edit these two attributes if not present. Set **"Status bar is initially hid
|
||||
<key>UIViewControllerBasedStatusBarAppearance</key>
|
||||
<false/>
|
||||
|
||||
Or in config.xml inside "platform" block:
|
||||
|
||||
|
||||
<platform name="ios">
|
||||
...
|
||||
<config-file overwrite="true" parent="UIStatusBarHidden" platform="ios" target="*-Info.plist">
|
||||
<true />
|
||||
</config-file>
|
||||
<config-file overwrite="true" parent="UIViewControllerBasedStatusBarAppearance" platform="ios" target="*-Info.plist">
|
||||
<false />
|
||||
</config-file>
|
||||
</platform>
|
||||
|
||||
|
||||
|
||||
Methods
|
||||
-------
|
||||
|
Loading…
x
Reference in New Issue
Block a user