MCSwipeTableViewCell
MCSwipeTableViewCell copied to clipboard
Cell with AVPlayer in it
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!
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.