pmusolino / PMAlertController

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

Turning off auto dismiss when tapping button #79

Open hrtlkr29 opened 5 years ago

hrtlkr29 commented 5 years ago

Hi, I'm looking for a function to prevent the alert from auto dismissing but I'm unable to find it. May I make a suggestion that you should add one more "autoDismiss" parameter to the "addAction" function, so the user can now choose to let the library do the rest, or they can turn it off themselves. If there is any function with the same feature but I'm unable to find it, please show me and sorry if this issue bother you. Thank you in advance!

screen shot 2019-01-24 at 3 55 37 pm
pmusolino commented 5 years ago

Hi there, this is a great idea! Can you open a pull request for this?

Thanks -Paolo

Pei116 commented 5 years ago

Any update for this?