nghialv / MaterialKit

Material design components for iOS written in Swift
MIT License
2.5k stars 290 forks source link

MKLayer should have a way to cancel animations. #27

Closed reesemclean closed 9 years ago

reesemclean commented 9 years ago

When using MKLayer in a table view cell or collection view cell, on reuse an animation could still be in progress. We need a way to cancel any in progress animations.

nghialv commented 9 years ago

Hi @reesemclean . Thanks for your PR about this problem.