Skip to content

Instantly share code, notes, and snippets.

@tuchangwei
Created June 13, 2015 07:49
Show Gist options
  • Save tuchangwei/a9431cbc60d0548bc25f to your computer and use it in GitHub Desktop.
Save tuchangwei/a9431cbc60d0548bc25f to your computer and use it in GitHub Desktop.
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleBlackOpaque</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment