alikaragoz/MCSwipeTableViewCell

Updating the cell

Opened this issue · 0 comments

Does anybody know how I could I update the cell subviews at end of swipe?

-(void)swipeTableViewCellDidEndSwiping:(MCSwipeTableViewCell *)cell {
cell.accessoryType = UITableViewCellAccessoryCheckmark;
}

Right now accessoryType does not attach to the horizontal slide view, and the same goes for textLabel, detailTextLabel...