Open mathiasgithub opened 10 years ago
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...
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...