Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save florianbuerger/a465fd9072c5b8c08fbaabe0ea98bdb6 to your computer and use it in GitHub Desktop.
Save florianbuerger/a465fd9072c5b8c08fbaabe0ea98bdb6 to your computer and use it in GitHub Desktop.
Enable status bar style for UIViewController inside of UINavigationController
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