pmusolino / PMAlertController

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

Can I override the viewDidDisappear method in PMAlertController #84

Open shingsoso opened 5 years ago

shingsoso commented 5 years ago

I want to add a custom function when PMAlertController dismiss , but the function / print() simply wont be fired in the viewDidDisappear function .

Anyone has idea what 's going on ?

pmusolino commented 5 years ago

What's your implementation?