How to change UIStatusBarStyle in iOS 7 in modal views with navigation bar?
问题 The iOS 7 Transition Guide give a good hint how to change the UIStatusBarStyle dynamically in a UIViewController using - (UIStatusBarStyle)preferredStatusBarStyle { return UIStatusBarStyleDefault; } together with [self setNeedsStatusBarAppearanceUpdate]; This works fine in a single view application. However, I'm now trying to change the UIStatusBarStyle in a modal view to UIStatusBarStyleLightContent . There is a MainViewController which segues to the ModalViewController , which itself is