You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.
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].
The text was updated successfully, but these errors were encountered: