Skip to content

Instantly share code, notes, and snippets.

@sunnyleeyun
Created January 13, 2018 08:59
Show Gist options
  • Save sunnyleeyun/62266e59543a364a50cb0af005c339af to your computer and use it in GitHub Desktop.
Save sunnyleeyun/62266e59543a364a50cb0af005c339af to your computer and use it in GitHub Desktop.
override func viewWillDisappear(_ animated: Bool) {
super.viewWillDisappear(animated)
if (self.isMovingFromParentViewController) {
UIDevice.current.setValue(Int(UIInterfaceOrientation.portrait.rawValue), forKey: "orientation")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment