Skip to content

Instantly share code, notes, and snippets.

@josephzhang23
Created April 14, 2017 15:29
Show Gist options
  • Select an option

  • Save josephzhang23/1e05171f171b488e3be637c074878f22 to your computer and use it in GitHub Desktop.

Select an option

Save josephzhang23/1e05171f171b488e3be637c074878f22 to your computer and use it in GitHub Desktop.

Revisions

  1. josephzhang23 created this gist Apr 14, 2017.
    7 changes: 7 additions & 0 deletions orientation.swift
    Original 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]
    }