iOS Question View loop animation?

JordiCP

Expert
Licensed User
Longtime User
I need to make a continuous scale animation on some views: scale from x1 to x1.5 and back to x1, in a certain period, and loop again and again

It can be made with timers and layout animations but I wonder if there is a single (or short) way to do exactly this that I have missed

Thanks!:)
 
Top