Skip to content

Instantly share code, notes, and snippets.

@andreaslydemann
Last active October 30, 2018 18:48
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 andreaslydemann/f0fc032ea5679ea62e4fc6993ef54b8f to your computer and use it in GitHub Desktop.
Save andreaslydemann/f0fc032ea5679ea62e4fc6993ef54b8f to your computer and use it in GitHub Desktop.
let center = NotificationCenter.default
let notificationReceived = Notification.Name("notificationReceived")
let pizzas = ["Margherita": 1, "Pepperoni": 16, "Hawaii": 25]
center.post(name: notificationReceived, object: self, userInfo: pizzas)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment