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