Created
July 24, 2018 19:05
-
-
Save florianbuerger/a465fd9072c5b8c08fbaabe0ea98bdb6 to your computer and use it in GitHub Desktop.
Enable status bar style for UIViewController inside of UINavigationController
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extension UINavigationController { | |
open override var childViewControllerForStatusBarStyle: UIViewController? { | |
return topViewController | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment