Open chentsen opened 9 years ago
The red row is still accessble I just cant see anything under it
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];
Whenever I swipe one row away, another one of the rows becomes red as well. Has anyone ever seen this before?