This should be simple, but I\'m having trouble rotating a UIImageView a full 360 degrees, repeated forever.
UIImageView
[UIView animateWithDuration:0.5 delay:0
I wrote UIImageView category for this: https://gist.github.com/alexhajdu/5658543.
Just use:
[_myImageView rotate360WithDuration:1.0 repeatCount:0]; //0 for infinite loop