Skip to content

Instantly share code, notes, and snippets.

@leoneparise
Created February 22, 2017 18:20
Show Gist options
  • Save leoneparise/7c3f2d90f512e4e3619dae8b8418a83c to your computer and use it in GitHub Desktop.
Save leoneparise/7c3f2d90f512e4e3619dae8b8418a83c to your computer and use it in GitHub Desktop.
if let userInfo = launchOptions?[.remoteNotification] as? [AnyHashable : Any],
let notification = notificationFactory(userInfo: userInfo) {
NotificationCenter.default.post(notification)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment