i have an UIImageView that the user can rotate and resize touching the screen. I want apply the same changes the user has made on the UIImageView to the UIImage inside it. Then i will use the UIImage for masking another image.
Please can you explain me what is the correct procedure for doing that?
The main problem is that i can't apply directly the Affine Transformation Matrix of the UIImageView to the [UIImage CGImage], because they use a different coordinate system.