alikaragoz / MCSwipeTableViewCell

:point_up_2: Convenient UITableViewCell subclass that implements a swippable content to trigger actions (similar to the Mailbox app).
MIT License
2.96k stars 412 forks source link

Updating the cell #68

Open mathiasgithub opened 10 years ago

mathiasgithub commented 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...