Skip to content

Instantly share code, notes, and snippets.

@whomwah
Created April 11, 2019 08:26
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 whomwah/014eb06874768b919316dde1a5842b74 to your computer and use it in GitHub Desktop.
Save whomwah/014eb06874768b919316dde1a5842b74 to your computer and use it in GitHub Desktop.
[Swift] #swift

To observer any notification

center.addObserver(forName: nil, object: nil, queue: nil) { (note) in
  print("note: \(note)")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment