I am setting reminder in application for a particular time using local notification if i want to set five reminder i can easily done it. but if i wish to remove any reminder how will i remove notification for a particular time in iOS. please guide me any help would be highly appreciated.
Asked
Active
Viewed 1,834 times
-2
-
2There are many questions on So that answers this question. Please search properly before posting new questions.Check this:http://stackoverflow.com/questions/9232490/how-do-i-create-and-cancel-unique-uilocalnotification-from-a-custom-class or this http://stackoverflow.com/questions/3158264/cancel-uilocalnotification – Puneet Sharma Sep 27 '13 at 10:20
1 Answers
1
may be this can help
- (void)cancelLocalNotification:(UILocalNotification *)notification
read apple document

Jaimin Modi
- 139
- 1
- 2
- 12