If you cannot change ViewControllers code

suggest change

If you are using library that contains (for example) AwesomeViewController with a wrong status bar color you can try this:

let awesomeViewController = AwesomeViewController()
awesomeViewController.navigationBar.barStyle = .blackTranslucent // or other style

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents