Edit the application .plist and set UIViewControllerBasedStatusBarAppearance to "YES".
Then in ViewController.m add the method:
(UIStatusBarStyle)preferredStatusBarStyle {
return UIStatusBarStyleLightContent;
}
Welcome to my blog site. This is where I put my random stuff so I won't forget it.
Edit the application .plist and set UIViewControllerBasedStatusBarAppearance to "YES".
Then in ViewController.m add the method:
(UIStatusBarStyle)preferredStatusBarStyle {
return UIStatusBarStyleLightContent;
}