Home > XCode / C > Changing the iPhone status bar color

Changing the iPhone status bar color

March 31st, 2011 Leave a comment Go to comments

Either in the info.plist

UIStatusBarStyle = UIStatusBarStyleBlackOpaque

or

[application setStatusBarStyle:UIStatusBarStyleBlackOpaque];

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]
Categories: XCode / C Tags:
  1. No comments yet.