How to change UIStatusBarStyle in iOS 7 in modal views with navigation bar?

后端 未结 9 2419
孤独总比滥情好
孤独总比滥情好 2020-12-31 11:32

The iOS 7 Transition Guide give a good hint how to change the UIStatusBarStyle dynamically in a UIViewController using

- (UIStatus         


        
9条回答
  •  萌比男神i
    2020-12-31 11:50

    It seems like the app goes off the statusBarStyle of the topmost viewController. So if you add another viewController on top of your current one, it now gets its cues from the new viewController.

提交回复
热议问题