MCSwipeTableViewCell icon indicating copy to clipboard operation
MCSwipeTableViewCell copied to clipboard

Handle transparent background cell

Open kevincador opened this issue 10 years ago • 0 comments

I needed this to work with a cell that has a transparent background so I made some changes :

  • the sliding view is now added in the view instead of in the colorIndicatorView
  • hide the cell content while dragging
  • drag observation to update colorIndicatorView frame

This has been tested with a transparent background cell and the demo project.

kevincador avatar Jul 05 '14 21:07 kevincador