Created
May 1, 2015 14:36
-
-
Save antranapp/79cd13c2991b8a4d8d9e to your computer and use it in GitHub Desktop.
[iOS] Make status bar in iOS white
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
// set UIViewControllerBasedStatusBarAppearance to NO in the Info.plist | |
UIApplication.sharedApplication().statusBarStyle = UIStatusBarStyle.LightContent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment