Updating the cell
Opened this issue · 0 comments
mathiasgithub commented
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...