Has anyone noticed that the Status bar color for the iPhone 6 simulator is not using the correct style?
I have UIStatusBarStyle
set to UIStatusBarStyleLightContent
and UIViewControllerBasedStatusBarAppearance
set to NO
.
This works fine for all phones on iOS8 except for 6 and 6 Plus. In my appDelegate I am able to set it using UIApplication.sharedApplication().setStatusBarStyle(.LightContent, animated: false)
but this does not set it for the launch screen. It still wants dark when I would like light content. Does anyone have a fix for this. Is there a new item I need to add the the plist?