Contents

pauseAnimation(forKey:)

Pauses the animation attached to the object with the specified key.

Declaration

func pauseAnimation(forKey key: String)

Parameters

  • key:

    A string identifying an attached animation.

Discussion

This method has no effect if no animation is attached to the object with the specified key.

See Also

Pausing and Resuming Animations