Skip to content

Instantly share code, notes, and snippets.

@paulmars
Created November 8, 2016 18:23
Show Gist options
  • Save paulmars/32256ad5fbd2724333443e733ba09c02 to your computer and use it in GitHub Desktop.
Save paulmars/32256ad5fbd2724333443e733ba09c02 to your computer and use it in GitHub Desktop.
UIDevice.current.beginGeneratingDeviceOrientationNotifications()
NotificationCenter.default.addObserver(self, selector: #selector(gotNote), name: NSNotification.Name.UIDeviceOrientationDidChange, object: nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment