views:

242

answers:

1

Hello all,

I am using CATranition to animate a UIView. It animates properly, but I want this animation to continue until the view get unload.

I know I can use timer but want to know if there is some suitable way to do that.

+1  A: 

A CATransition is a CAAnimation, and so the documentation on Repeating Animations covers your issue.

Rob Napier