MCSwipeTableViewCell icon indicating copy to clipboard operation
MCSwipeTableViewCell copied to clipboard

:point_up_2: Convenient UITableViewCell subclass that implements a swippable content to trigger actions (similar to the Mailbox app).

Results 31 MCSwipeTableViewCell issues
Sort by recently updated
recently updated
newest added

Add `rightFirstTrigger`, `rightSecondTrigger`, `leftFirstTrigger` and `leftSecondTrigger` properties to `MCSwipeTableViewCell` to make #81 "Different swipe percentages for left vs right" possible. This fix is backward compatible, and you can still use...

Fixing up some warnings, no big deal. ![screen shot 2018-04-01 at 9 28 41 pm](https://user-images.githubusercontent.com/2506034/38179745-8fc625de-35f4-11e8-811d-fe441d63d498.png)

This feature helps not swipe separator for example or other elements on cell.

/** Delegate of `MCSwipeTableViewCell` */ `@property (nonatomic, assign) id delegate;`

Is it possible to simulate the swipe for a small percentage, just like a tap to show the user that a swipe is possible?

question

Hello, I have been trying to use MCSwipeTableViewCell with a cell that has an AVPlayer in it. The cell works fine until I try swiping the cell. When I swipe,...

Change [view.layer renderInContext:UIGraphicsGetCurrentContext()]; To: [view drawViewHierarchyInRect:view.bounds afterScreenUpdates:YES]; It runs much faster. From my tests on my app it went from 0.625468s to 0.014225. Heres is a better explanation on possible...