Is there a simple way to edit / modify a UILocalNotification

Viewed 3411

Is there an easier way to edit, for example, the alertBody property of an already scheduled UILocalNotification ?

For now, I just cancel the notification and schedule a new one but when the app needs to do this for 3 or more notifications, it takes long time to execute...

2 Answers
Related