Skip to content

Instantly share code, notes, and snippets.

@MrLotU
Created July 24, 2020 12:53
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 MrLotU/c5c26d60a43dc695eba7366e764114cc to your computer and use it in GitHub Desktop.
Save MrLotU/c5c26d60a43dc695eba7366e764114cc to your computer and use it in GitHub Desktop.
import UserNotifications
let center = UNUserNotificationCenter.current()
center.getDeliveredNotifications { notifications in
let identifiers = notifications.map(\.request.identifier)
center.removeDeliveredNotifications(withIdentifiers: identifiers)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment