MortimerGoro / MGSwipeTableCell

An easy to use UITableViewCell subclass that allows to display swippable buttons with a variety of transitions.
MIT License
6.96k stars 1.07k forks source link

Can I add an overlay on Table Cell after swipe? #277

Open WinKhantAung opened 7 years ago

itwend commented 7 years ago

I have the same question.

MortimerGoro commented 7 years ago

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;