Guest User

Untitled

a guest
Jan 23rd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. override func viewWillDisappear(_ animated: Bool) {
  2. super.viewWillDisappear(animated)
  3.  
  4. if (self.isMovingFromParentViewController) {
  5. UIDevice.current.setValue(Int(UIInterfaceOrientation.portrait.rawValue), forKey: "orientation")
  6. }
  7.  
  8. }
Add Comment
Please, Sign In to add comment