Skip to content

Instantly share code, notes, and snippets.

@stephen-francis
Last active January 24, 2017 21:57
Show Gist options
  • Select an option

  • Save stephen-francis/4a1a4a993a8374e15d79f1c5fd75c19a to your computer and use it in GitHub Desktop.

Select an option

Save stephen-francis/4a1a4a993a8374e15d79f1c5fd75c19a to your computer and use it in GitHub Desktop.
// override this in your UIViewController subclass, dictates status bar state for the view controller
override var prefersStatusBarHidden: Bool {
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment