sovata8 / RevealingTableViewCell

RevealingTableViewCell is a UITableViewCell that can be swiped to reveal content underneath its main view
MIT License
22 stars 5 forks source link

Animation does not stop when dragging begins. #1

Closed sovata8 closed 7 years ago

sovata8 commented 7 years ago

When the user starts dragging the cell's mainContent, any ongoing animations (e.g. a spring animation from an earlier interactions) continue to happen. They should all stop.

sovata8 commented 7 years ago

Resolved in 0.0.4-alpha.