Changing UIImageView animation speed
- by Nikolas Stephan
I am using the UIImageView to animate a bunch of images. I know that I can change the speed by altering animationDuration, but that doesn't seem to take effect until the animation is restarted.
My problem is that beside not really wanting to have to restart the animation as this limits me to only being able to change the speed once per cycle,…