When you are using an UIImagePickerController, you have a property called allowsImageEditing, which makes it possible to zoom in/crop/etc a picture, after you picked a picture (from camera or library).
I would like to use this editor just with an UIImage as a source, the images are loaded from the internet and I want the user to be able to select either a part of an image or zoom in/out on the image, before it is saved to the device.
Is this possible? I cant find an easy way to do this.