Last active
July 16, 2018 14:35
-
-
Save nmsdvid/3386404695605c3d2be75110de3f1c59 to your computer and use it in GitHub Desktop.
Completely hide iOS status bar in a NativeScript app.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this to info.plist: | |
<key>UIStatusBarHidden</key> | |
<true/> | |
<key>UIViewControllerBasedStatusBarAppearance</key> | |
<false/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment