Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiple red/destructive buttons UIActionSheet

Is there any way to have more than 1 red "destructive button" in an iPhone app's UIActionSheet?

I need to have different clear options, in the same action sheet, one where it deletes everything and one where it deletes less, so both need to be red.

like image 356
Jonathan. Avatar asked Dec 05 '10 18:12

Jonathan.


1 Answers

I just created a simple customizable replacement for UIActionSheet for iPhone to use in a similar case. It does not use the standard appearance, but this can be changed. Probably it is of any use to you.

https://github.com/4marcus/WMActionSheet

like image 62
marcus Avatar answered Sep 28 '22 04:09

marcus