Last Updated: February 25, 2016
·
409
· thinkclay

Hide the status bar in RubyMotion

Normally you would do this in a plist file, but in RubyMotion, you'll want this bit of code in your Rakefile within the Motion::Project::App.setup block

app.info_plist['UIStatusBarHidden'] = true