AnimatedImageViewDelegate
public protocol AnimatedImageViewDelegate: class
Protocol of AnimatedImageView.
-
animatedImageView(_:didPlayAnimationLoops:)Default implementationCalled after the animatedImageView has finished each animation loop.
Default Implementation
Declaration
Swift
func animatedImageView(_ imageView: AnimatedImageView, didPlayAnimationLoops count: UInt)Parameters
imageViewThe animatedImageView that is being animated.
countThe looped count.
-
animatedImageViewDidFinishAnimating(_:)Default implementationCalled after the animatedImageView has reached the max repeat count.
Default Implementation
Declaration
Swift
func animatedImageViewDidFinishAnimating(_ imageView: AnimatedImageView)Parameters
imageViewThe animatedImageView that is being animated.
View on GitHub
Install in Dash
AnimatedImageViewDelegate Protocol Reference