Reputation: 759
I've got a semi transparent view controller presented modally. But it doesn't cover status bar, so it looks like this
I want to know if there is any way to make status bar darkened too
Upvotes: 0
Views: 330
Reputation: 26
If you are using a UINavigationController then you can adjust the contents of the Status Bar using UIBarStyle of the UINavigationBar.
And in case you have not further information can be found in this article:
https://possiblemobile.com/2013/09/developers-guide-to-the-ios-7-status-bar/
Upvotes: 1