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

Bounce when no buttons provided? #273

Open MattNewberry opened 7 years ago

MattNewberry commented 7 years ago

Hello! Is there a way to have the pan gesture still show a slight bounce when the cell is swiped when there aren't any buttons? The use case here is to still support the gesture, but show users a slight bounce to indicate there aren't any buttons to reveal.

MortimerGoro commented 7 years ago

mmm right now swipe is disabled when there aren't buttons to swipe. I would add a small transparent button or UIView to achieve the effect you want.