Skip to content

Instantly share code, notes, and snippets.

@sobstel
Last active July 9, 2016 10:15
Embed
What would you like to do?
[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