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

Ability to change when the actions are triggered #37

Closed jschmid closed 11 years ago

jschmid commented 11 years ago

I needed to change the percentage of when the actions are triggered. The default values of 25% and 75% do not suit well with our app.

Here is a change where you can specify the triggers percentage.

Note that the icon itself still uses the 25% value even if the triggers are changed.

alikaragoz commented 11 years ago

Looks good, nice addition :wink: