Skip to content

Instantly share code, notes, and snippets.

@pgpt10
Created June 1, 2018 07:33
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 pgpt10/028fe2c7a177902704f133e5852aa220 to your computer and use it in GitHub Desktop.
Save pgpt10/028fe2c7a177902704f133e5852aa220 to your computer and use it in GitHub Desktop.
func didReceive(_ notification: UNNotification)
{
self.titleLabel?.text = notification.request.content.title
self.subTitleLabel?.text = notification.request.content.subtitle
self.bodyLabel?.text = notification.request.content.body
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment