Skip to content

Instantly share code, notes, and snippets.

@piyushdec
Created December 1, 2018 19:30
Show Gist options
  • Select an option

  • Save piyushdec/823f57c3f9902c8304ff7c67d14f8ded to your computer and use it in GitHub Desktop.

Select an option

Save piyushdec/823f57c3f9902c8304ff7c67d14f8ded to your computer and use it in GitHub Desktop.
//to register to catch a notification being posted, use this:
let nc = NotificationCenter.default
nc.addObserver(self, selector: #selector(userLoggedIn), name: Notification.Name("UserLoggedIn"), object: nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment