Skip to content

Instantly share code, notes, and snippets.

@sobstel
Last active July 9, 2016 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sobstel/88c30f4ea4160ebee813bf30fe767723 to your computer and use it in GitHub Desktop.
Save sobstel/88c30f4ea4160ebee813bf30fe767723 to your computer and use it in GitHub Desktop.
[RubyMotion] [ProMotion] hide status bar
# Hide status bar
def prefersStatusBarHidden
true
end
app.info_plist['UIStatusBarHidden'] = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment