How to remove pending notification request when using uuidString as identifier swift – Ios swift
I am using local notifications and storing the data in core data. I am using the editingStyle .delete to delete the reminder with a swipe to the left action. Figured out how to delete the data with context.delete but the…