Created
November 7, 2014 16:55
-
-
Save remirobert/7ca942fea94ccc193346 to your computer and use it in GitHub Desktop.
white status bar
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
override func preferredStatusBarStyle() -> UIStatusBarStyle { | |
return UIStatusBarStyle.LightContent | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment