tags:

views:

14

answers:

1

Hello,

I would like to take a UIImageView rotate it 90 or so degrees, and then save it to the photoalbums.

I am currently using CGAffineTransform and when I write my rotated photo to the photo albums and then i get the original nonrotated photo saved. I assume this is because CGAffineTransform only rotates the imageview and not the actual context of the photo. Am I correct? If so how would i go about rotating the actual context of the photo?

Thanks,

-David

A: 

I'm having the same problem. Anyone?

John