-2

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.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Sishu
  • 1,510
  • 1
  • 21
  • 48
  • 2
    There 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 Answers1

1

may be this can help

  • (void)cancelLocalNotification:(UILocalNotification *)notification

read apple document

Jaimin Modi
  • 139
  • 1
  • 2
  • 12