SpinningAnimatable

protocol SpinningAnimatable : CALayer

Spinning animatable protocol

  • Updates layer values

    Declaration

    Swift

    func updateLayerValues(forAnimationId identifier: String)

    Parameters

    identifier

    animation identifier

  • Removes animations

    Declaration

    Swift

    func removeAnimations(forAnimationId identifier: String)

    Parameters

    identifier

    animation identifier

  • removeIndefiniteAnimation() Extension method

    Removes indefinite animation

    Declaration

    Swift

    func removeIndefiniteAnimation()