Reputation: 135
I need to schedule local notification on receiving previously scheduling local notification. I have schedule another notification on close event of local notification.
Upvotes: 2
Views: 551
Reputation: 15115
Do you want to create a new local notification if "close" button in alert of UILocalnotification is clicked?
If so, you can't handle that close button event.
Upvotes: 1