- Set the
UIViewControllerBasedStatusBarAppearancetoYESin the .plist file. - In the
viewDidLoaddo a[self setNeedsStatusBarAppearanceUpdate]; - Add the following method:
-(UIStatusBarStyle)preferredStatusBarStyle{ return UIStatusBarStyleLightContent; }
Showing posts with label UIStatusBarStyleLightContent. Show all posts
Showing posts with label UIStatusBarStyleLightContent. Show all posts
Thursday, February 12, 2015
How to change Status Bar text color in iOS 7
Subscribe to:
Posts (Atom)