Hey
You can rotate an UIImageView like this..
myImage.transform=CGAffineTransformMakeRotation(M_PI/2)
But how do you get a group of images to rotate around point. Say 8 UIButtons arranged in a circle, rotating around a point in the centre.
Any ideas?