MCSwipeTableViewCell icon indicating copy to clipboard operation
MCSwipeTableViewCell copied to clipboard

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

Open chentsen opened this issue 10 years ago • 2 comments

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

chentsen avatar Dec 16 '14 05:12 chentsen

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

chentsen avatar Dec 16 '14 05:12 chentsen

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];

iv-mexx avatar Mar 03 '15 12:03 iv-mexx