alikaragoz / MCSwipeTableViewCell

:point_up_2: Convenient UITableViewCell subclass that implements a swippable content to trigger actions (similar to the Mailbox app).
MIT License
2.96k stars 412 forks source link

Add new confirmation mode #83

Open zoonooz opened 10 years ago

zoonooz commented 10 years ago

Hi @alikaragoz ,

First, Thank you for made this cell. It helps me a lot. :+1: I am using it in my project but i got requirement that the cell need to be able to take confirmation within the cell itself, not alertview. I also tried with #65 by @benjaminjackson but it not working like what i need, so I do it.

Maybe you can take a look on this. Hope it is useful.