hi Guys, I would like to increase the height of a UIImageView with every animation frame using Core Animation. Is there any way to do this?
I have done this using an NSTimer. I set the UIImageView contentMode to scalingMode and then with each tick of the timer i was incrementing the height.
Is there a cleaner, high level way of doing this using Core Animation? Thanks, Harikant Jammi