I have an UIImageView that is being pinched, zoomed, rotated, etc. When the user ends transforming the image he presses the DONE button and I have to figure out how much the object was scaled and rotated.
All I know is the angle and scale of the object before the user started modifying it. Now I need the new angle and scale.
How to do that? If you can point to a code, it will help.
thanks