Im animating UIImageView with an array of images using method [UIImageView startAnimating]
1.At very start my imageView
has an image image1.png
.
2.In my image array i have 10 images which start with image1.png
and ends with image10.png
.
Issue: After completion of animation my imageView's image is image1.png
,i want it to be image10.png
.
How can i set image10.png
as background of imageView on completion of animation?