:point_up_2: Convenient UITableViewCell subclass that implements a swippable content to trigger actions (similar to the Mailbox app).
2.96k
stars
412
forks
source link
handlePanGestureRecognizer - executeCompletionBlock EXC_BAD_ACCESS #63
Open
swl367 opened 10 years ago
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; }
I crash on the [self executeCompletionBlock].