shoheiyokoyama / SYBlinkAnimationKit

SYBlinkAnimationKit is a blink effect animation framework for iOS, written in Swift.
MIT License
125 stars 15 forks source link

SYTableViewCell stopAnimating and startAnimating #10

Open chuninator opened 6 years ago

chuninator commented 6 years ago

When calling cell.stopAnimating() and cell.startAnimating() rather than doing them for individual cells it calls for all cells in the table view. Can we have this affect each cell individually?