startAnimating()
Begins animating the current sequence of images.
Declaration
func startAnimating()Discussion
If the image data contains multiple images, calling this method begins animating through those images, starting at the first image. The animation uses the duration value specified in your storyboard file.
If the current image contains only a single image, this method does nothing.