SyntaxFix
Write A Post
Hire A Developer
Questions
For anyone still struggling with this, this simple extension in swift should fix the problem for you.
extension UINavigationController { override open var childForStatusBarStyle: UIViewController? { return self.topViewController } }