IOS Native Image Cropping with Image OUTSIDE UIImagePickerController

So, if I select an image with a UIImagePicker from a camera or camera before I go back to my application, it provides this great cropping feature.

I was hoping it would be possible to call this crop API directly without looking at the camera or camera roll. If I have an existing image in my app (like a user profile photo) and the user wants to re-crop that image, can I open the crop tool?

I haven't seen anything about calling this cropping tool outside of the UIImagePicker.

+3


source to share





All Articles