Skip to content

Instantly share code, notes, and snippets.

@jugyo
Last active August 1, 2018 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jugyo/d4cb844836edbe2d878f986edc71c420 to your computer and use it in GitHub Desktop.
Save jugyo/d4cb844836edbe2d878f986edc71c420 to your computer and use it in GitHub Desktop.
let mainQueue = OperationQueue.main
NotificationCenter.default.addObserver(forName: NSNotification.Name.UIApplicationUserDidTakeScreenshot, object: nil, queue: mainQueue) { _ in
action()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment