MortimerGoro / MGSwipeTableCell

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

Double-tap into swipe doesn't trigger "swipeTableCell(_:state:gestureIsActive)" delegate method #330

Open sciamano89 opened 5 years ago

sciamano89 commented 5 years ago

I noticed that if I double tap the cell while a MGSwipeButton is being shown, then while still holding the second tap I continue in a swipe gesture, the delegate method stops firing.