SpinningAnimatable
protocol SpinningAnimatable : CALayer
Spinning animatable protocol
-
updateLayerValues(forAnimationId:Extension method) Updates layer values
Declaration
Swift
func updateLayerValues(forAnimationId identifier: String)Parameters
identifieranimation identifier
-
removeAnimations(forAnimationId:Extension method) Removes animations
Declaration
Swift
func removeAnimations(forAnimationId identifier: String)Parameters
identifieranimation identifier
-
removeIndefiniteAnimation()Extension methodRemoves indefinite animation
Declaration
Swift
func removeIndefiniteAnimation()
SpinningAnimatable Protocol Reference