Created
April 14, 2017 15:29
-
-
Save josephzhang23/1e05171f171b488e3be637c074878f22 to your computer and use it in GitHub Desktop.
Revisions
-
josephzhang23 created this gist
Apr 14, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ override var prefersStatusBarHidden: Bool { return true } override var supportedInterfaceOrientations: UIInterfaceOrientationMask { return [UIInterfaceOrientationMask.portrait, UIInterfaceOrientationMask.portraitUpsideDown] }