I\'ve looked at the methods for block based animation and noticed there is no equivalent parameter or option for [UIView setAnimationRepeatCount:].
[UIView setAnimationRepeatCount:]
What\'s
As @PommeOuest mentioned. You can still user [UIView setAnimationRepeatCount:] inside the animation block. I just tried in my project and it works well.
I'm using XCode4 and iOS5.