UIImage Rotation
- by Kamchatka
I display an image in a UIImageView (within a UIScrollView) which is also stored in CoreData.
In the interface, I want the user to be able to rotate the picture by 90 degrees. I also want it to be saved in CoreData.
What should I rotate in the display? the scrollview, the uiimageview or the image itself? (If possible I would like the rotation to…