dipak
dipak

Reputation: 135

How we get close event of local notification?

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

Answers (1)

KingofBliss
KingofBliss

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

Related Questions