MCSwipeTableViewCell
MCSwipeTableViewCell copied to clipboard
:point_up_2: Convenient UITableViewCell subclass that implements a swippable content to trigger actions (similar to the Mailbox app).
Hello, can't find option to disable multi swipe, can you explain how can I do it? I want to swipe only one cell and not many when I use multitouch...
It will be more awesome if we can have more than one action buttons on swiping. Eg. Instagram comment cell which on swipe provides multiple action buttons eg. "Reply", "Delete",...
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...
The issue is user can swipe, and then release and really fast select the cell that is about to be deleted. isDragging is set to false in gesture ended so...
I think this is my last issue. I'd like to say thanks for this lib and it works and looks great. It was easy to implement and hasn't given me...
Hi, By using MCSwipeTableViewCell is there a way to animate cell's alpha while swiping from 1.0 to 0.0 and in the same time the sliding view alpha to be from...
Whenever I swipe one row away, another one of the rows becomes red as well. Has anyone ever seen this before?
I would like to ask how can I achieve to stop or release a cell when swiping. Let's say I am at 25% on swiping a cell, I want to...
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...
Allow setting swipe state for a cell, so it can be programmatically controlled to show the swipe animation.