I am new to iPhone development. I am using UIImageView
to animate the images in an array. I am deciding that the animation is stopped through a property called isAnimating
. But it always returns true.
I want to check that the animation is completed or there is some duration left to complete the animation.
Please let me know, how I can check it.