views:

8

answers:

0

I have an animation that I'd like to repeat 5 times and then stop. Is there a way to set the repeat count with the Blocks API?

My current approach is to kick off a NSTimer to trigger the animation X times. Is there a better way along the lines of setAnimationRepeatCount: