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

Different swipe percentages for left vs right #81

Open thorst opened 10 years ago

thorst commented 10 years ago

On my left swipe I have two switch triggers, and on my right I only have one. But I would like to set the right one to a different percentage than left. Is this possible?

Left is 25% Edit, 50% More Options Right I want 35% Delete

Thanks