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

Feature Request: Allow default color customization for each swipe gesture #97

Open tschmitz opened 9 years ago

tschmitz commented 9 years ago

Instead of setting the default color on the cell itself, allow customizing the default color for each swipe. This is useful if you have more than one swipe gesture on a single cell (e.g. a left and a right swipe) and you want to show the same color background whether the trigger point has been reached or not.