Skip to content

Instantly share code, notes, and snippets.

@ksloan
Created May 10, 2014 03:04
Show Gist options
  • Save ksloan/a5ba90387aca225693cf to your computer and use it in GitHub Desktop.
Save ksloan/a5ba90387aca225693cf to your computer and use it in GitHub Desktop.
Xcode - load white status bar text (add to your UIViewController)
- (UIStatusBarStyle)preferredStatusBarStyle
{
return UIStatusBarStyleLightContent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment