MGSwipeTableCell icon indicating copy to clipboard operation
MGSwipeTableCell copied to clipboard

Can I add an overlay on Table Cell after swipe?

Open WinKhantAung opened this issue 7 years ago • 2 comments

WinKhantAung avatar Apr 27 '17 08:04 WinKhantAung

I have the same question.

itwend avatar May 01 '17 18:05 itwend

Try adding it as a subview of swipeContentView

/** optional to use contentView alternative. Use this property instead of contentView to support animated views while swiping */
@property (nonatomic, strong, readonly, nonnull) UIView * swipeContentView;

MortimerGoro avatar May 13 '17 09:05 MortimerGoro