Last active
January 24, 2017 21:57
-
-
Save stephen-francis/4a1a4a993a8374e15d79f1c5fd75c19a to your computer and use it in GitHub Desktop.
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
| // 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