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

Would it be possible to have more than 2 options when swiping?

question

I'm getting a EXC_BAD_ACCESS after I successfully finish swiping a table view cell. In this part of the code: if (cellState == MCSwipeTableViewCellState1 && _modeForState1) { cellMode = self.modeForState1; }...

Now when starting to swipe the cell, the swipping view appears immediately (before the first & second triggers positions) Before the swipping hit the first trigger position this was happening:...

This add a "bounces" flag to MCSwipeTableViewCell. This only change the behavior when only 2 of the 4 states are set, the user swipe in the right direction: when the...

Hi @alikaragoz , First, Thank you for made this cell. It helps me a lot. :+1: I am using it in my project but i got requirement that the cell...

Minor small bug here. If you pull the "right swipe only" left, it indeed will not go. However if you swipe it right a pixel or 5, then swipe left...

From NSOperation Class Reference: The exact execution context for your completion block is not guaranteed but is typically a secondary thread. However, MCSwipeTableViewCell runs completionBlock on the main thread which...

I needed this to work with a cell that has a transparent background so I made some changes : - the sliding view is now added in the view instead...

This isn't 100% ready but wanted to float it out there in case anyone has ideas: I fixed the bug where cells with background views don't display when swiping. There's...

**The best way to demonstrate the point of these changes is to illustrate the final behavior:** ![swipechanges2](https://f.cloud.github.com/assets/1195174/2062939/736f32f4-8ca7-11e3-9e6e-47f619d4ec46.gif) ### Allow different behavior for left or right swipe - Added `thirdTrigger` and...