Skip to content

Instantly share code, notes, and snippets.

@antranapp
Created May 1, 2015 14:36
Show Gist options
  • Save antranapp/79cd13c2991b8a4d8d9e to your computer and use it in GitHub Desktop.
Save antranapp/79cd13c2991b8a4d8d9e to your computer and use it in GitHub Desktop.
[iOS] Make status bar in iOS white
// 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