resumeAnimation(forKey:)
Resumes a previously paused animation attached to the object with the specified key.
Declaration
func resumeAnimation(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 or if the specified animation is not currently paused.