Skip to content

Instantly share code, notes, and snippets.

@ecpplus
Created December 2, 2011 11:43
Show Gist options
  • Save ecpplus/1422952 to your computer and use it in GitHub Desktop.
Save ecpplus/1422952 to your computer and use it in GitHub Desktop.
iPhone で StatusBar のスタイルを設定
// 起動時から変えておくときは、info.plist で設定する
Key: Status bar style
Type: String
Value: Opaque black style
// コードから
[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleBlackOpaque];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment