SparkButtonDemo icon indicating copy to clipboard operation
SparkButtonDemo copied to clipboard

Demonstrates the Like button animation.

Results 1 SparkButtonDemo issues
Sort by recently updated
recently updated
newest added

I added sparkButton in my custom cell. And when user click on button I am trying to animate but animation is not working. ``` cell?.postLikeButton.likeBounce(0.6) //Working cell?.postLikeButton.animate() //Not working ```...