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