I am trying to set the status bar to while (light). I have tried everything but still cannot figure out what is going wrong.
In Info.plist I have the following:
View controller-based status bar appearance NO
- (UIStatusBarStyle)preferredStatusBarStyle
{
return UIStatusBarStyleLightContent;
}