Skip to content

Instantly share code, notes, and snippets.

@j4rs
Created January 22, 2014 15:23
Show Gist options
  • Save j4rs/8560579 to your computer and use it in GitHub Desktop.
Save j4rs/8560579 to your computer and use it in GitHub Desktop.
Change status bar appearance in RubyMotion.
# add next to your Rakefile
app.info_plist['UIViewControllerBasedStatusBarAppearance'] = false
app.info_plist['UIStatusBarStyle'] = 'UIStatusBarStyleLightContent'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment