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

Fix glitch when dragging before animation completes #242

Closed lapfelix closed 7 years ago

lapfelix commented 8 years ago

When a drag occurs before the animation completes, the animation would glitch and the offset would alternate between the drag position and the offset based on the animation's progress.

Fixed it by invalidating the CADisplayLink when a drag begins.

screen shot 2016-10-06 at 9 26 05 pm
MortimerGoro commented 7 years ago

Thanks for the PR!