MCSwipeTableViewCell icon indicating copy to clipboard operation
MCSwipeTableViewCell copied to clipboard

Cell with AVPlayer in it

Open matthewmoss opened this issue 10 years ago • 1 comments

Hello, I have been trying to use MCSwipeTableViewCell with a cell that has an AVPlayer in it. The cell works fine until I try swiping the cell. When I swipe, the item in the AVPlayer (video) disappears until the cell is returned to its original position. Thanks!

matthewmoss avatar Aug 08 '14 00:08 matthewmoss

Bit late to the party, but MCSwipeTableViewCell works by snapshotting the cell's view as an image, so likely won't work with a video layer.

ricsantos avatar Aug 09 '16 00:08 ricsantos