How to save UIImage after Editing with Pan, Rotate and Pinch Gesture
问题 I'm trying to implement edit image using UIPanGesture, UIRotateGesture, and UIPinchGesture. After editing, I wish to save edited UIImage. I'm done edit image functionality. But I don't know How to save exactly perfect like native iOS Camera App. Pan Gesture is working fine. My problem is Rotate and Scale. How to set center anchor point of UIImage? When I saved UIImage from transform information then the result of UIImage is looks different because Rotate and Scale, then It always applied