Skip to content

Instantly share code, notes, and snippets.

@nmsdvid
Last active July 16, 2018 14:35
Show Gist options
  • Save nmsdvid/3386404695605c3d2be75110de3f1c59 to your computer and use it in GitHub Desktop.
Save nmsdvid/3386404695605c3d2be75110de3f1c59 to your computer and use it in GitHub Desktop.
Completely hide iOS status bar in a NativeScript app.
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