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 411 forks source link

Loses view when cell is recycled #102

Closed AaronVasquez closed 7 years ago

AaronVasquez commented 7 years ago

Seems to lose the UIView (icon) when the cell is recycled. Am I using this incorrectly?

AaronVasquez commented 7 years ago

Nvm, i was being stupid with layout. it works fine :)