I need to update status bar style on every view controller based on the background color (what UINavigationController is doing automatically).
Have tried all the options described on stackoverflow (View controller-based status bar appearance in info.plist set to YES), but none worked for me.
I am using Xcode 10 beta 6 and Swift 4.2, targeting iOS 12.
