Images are shown on top of the cell
Opened this issue · 1 comments
nuthinking commented
The images passed to SwipeCellImageSetMake ultimately seems to appear on top of the cell content.
nuthinking commented
This is definitely a bug since if self.contentView exists the icon is added on top.
Fix: JZSwipeCell.m, add to line 137: [self bringSubviewToFront:self.contentView];
Not sure I will have time to submit the patch.