gpambrozio / BlockAlertsAnd-ActionSheets

Beautifully done UIAlertView and UIActionSheet replacements inspired by TweetBot
http://codecropper.com/2012/01/replicating-tweetbots-alerts-and-action-sheets/
MIT License
1.41k stars 268 forks source link

Add a button that does NOT dismiss the alert #44

Open ghost opened 11 years ago

ghost commented 11 years ago

I would like to have an alert view that has 2 buttons; one button to open a new view BUT not dismiss the alert and the other button to dismiss the alert (i.e. View Terms & Agree To Terms)

Would it be possible to add a new button class or option to the addButtonWithTitle method that allows this functionality?

gclsoft commented 10 years ago

I want it, too. Press one button, don't dismiss automatically.