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.
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.
A CATransition
is a CAAnimation
, and so the documentation on Repeating Animations covers your issue.