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

When I swipe on one row, another row turns the swipes color as well #89

Open chentsen opened 9 years ago

chentsen commented 9 years ago

Whenever I swipe one row away, another one of the rows becomes red as well. Has anyone ever seen this before?

chentsen commented 9 years ago

The red row is still accessble I just cant see anything under it

iv-mexx commented 9 years ago

Do you have your own subclass of MCSwipeTableViewCell? I had the problem that I implemented prepareForReuse in my subclass and did not call [super prepareForReuse];