pmusolino / PMAlertController

PMAlertController is a great and customizable alert that can substitute UIAlertController
MIT License
2.53k stars 186 forks source link

Send notification on alert dismiss #74

Closed bxscikai closed 5 years ago

bxscikai commented 5 years ago

I use PMAlertController in my code but have my own alert queue manager for handling an alert queue, I need to get notified whenever an alert is dismissed. Can you guys add the following code to the viewDidDisappear in the PMAlertController?

NotificationCenter.default.post(name: NSNotification.Name.init("PMAlertDismissed"), object: nil)

Thanks