Created
January 22, 2014 15:23
-
-
Save j4rs/8560579 to your computer and use it in GitHub Desktop.
Change status bar appearance in RubyMotion.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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