In my iPhone app, I have an image on the screen (UIImageView). I would like to spin it and increase the speed at a fixed rate. Basically I'm trying to create an effect where it starts to spin slowly and then increases the speed until the spinning is so fast so you cannot see the image anymore (only a fast animation).
I though of using an animation block and changing the rotation property of a transform, but I'm not sure how to control the speed.