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

Question: Why do we use pan gesture in MGSwipeTableCell and not swipe gesture for our tasks. #320

Closed Aviral190694 closed 5 years ago

Aviral190694 commented 5 years ago

Hey was reading the tableCell code and I got this question in terms of why we use pan gesture and not swipe gesture on MGSwipeTableViewCell when we are mostly just tracking operations for swipe only.

Thanks