- Set the
UIViewControllerBasedStatusBarAppearancetoYESin the .plist file. - In the
viewDidLoaddo a[self setNeedsStatusBarAppearanceUpdate]; - Add the following method:
-(UIStatusBarStyle)preferredStatusBarStyle{ return UIStatusBarStyleLightContent; }
No comments:
Post a Comment