Shai Mishali
Shai Mishali

Reputation: 9402

Provide UIImagePicker with your own UIImage.


I'm trying to get a downloaded photo that was saved on the device (not photo library), and put that UIImage in a UIImagePickerController so i can crop it (using allowsEditing), as when i would choose it from my own Photo Library.

Does anyone know if this is possible in any way but building my own crop-screen ? (would really rather not do it.)

Thanks in advance,
Shai.

Upvotes: 0

Views: 99

Answers (1)

EmptyStack
EmptyStack

Reputation: 51374

To my knowledge, there is no way you can assign an image to UIImagePickerController and make directly open the Move and Scale view.

You have to create your own view controller that acts like Move and Scale and do your cropping there.

Upvotes: 1

Related Questions