Created
December 24, 2015 07:27
-
-
Save mortenjust/acedc7e04df847eee88c 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 func prefersStatusBarHidden() -> Bool { | |
return true | |
} | |
override func preferredStatusBarStyle() -> UIStatusBarStyle { | |
return UIStatusBarStyle.LightContent | |
} | |
override func preferredStatusBarUpdateAnimation() -> UIStatusBarAnimation { | |
return UIStatusBarAnimation.Slide | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment