Skip to content

Instantly share code, notes, and snippets.

@b3ll
Created June 28, 2016 03:23
Show Gist options
  • Save b3ll/eccfa6a545622d05ef17310795fbfb15 to your computer and use it in GitHub Desktop.
Save b3ll/eccfa6a545622d05ef17310795fbfb15 to your computer and use it in GitHub Desktop.
class UIUINavigationController: UINavigationController {
override func preferredStatusBarStyle() -> UIStatusBarStyle {
return topViewController?.preferredStatusBarStyle() ?? super.preferredStatusBarStyle()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment