iOS 9 has
[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent];as depreciated and has
"Use -[UIViewController preferredStatusBarStyle]"as the replacement code, but I can't find any such code in documentation.
Anyone see what I'm missing?