Guest User

Untitled

a guest
Mar 6th, 2017
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.26 KB | None | 0 0
  1. class NavController: UINavigationController {
  2.  
  3.   override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
  4.     if visibleViewController != nil {
  5.       return visibleViewController!.supportedInterfaceOrientations
  6.     }
  7.     return .portrait
  8.   }
  9. }
Add Comment
Please, Sign In to add comment