I have a UIImageView that contains an image. At the minute the user can click to save the image within the UIImageView to disk.
I would like to make it so that the the
self.imageview.transform = CGAffineTransformMakeRotation(M_PI/2);