Skip to content

Instantly share code, notes, and snippets.

@ShanikaNishadhi
Created December 27, 2020 17:02
Show Gist options
  • Save ShanikaNishadhi/321b5197937da8d2071bf92d7bbea2fb to your computer and use it in GitHub Desktop.
Save ShanikaNishadhi/321b5197937da8d2071bf92d7bbea2fb to your computer and use it in GitHub Desktop.
...
// Define UNUserNotificationCenter
UNUserNotificationCenter *center = [UNUserNotificationCenter currentNotificationCenter];
center.delegate = self;
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment