How to view but not edit an image selected with UIImagePickerController in iOS

Hope someone can help me. I am using imagePicker to select an image from my photo library in an iOS chat app.

I want the image selection behavior to be simulated in iMessage. The specific problem I am facing is previewing the selected image. I want to view this preview and select or deselect, but NOT edit.

If I set imagePicker.allowsEditing = True, a preview of the selected image is shown, however I can scroll and scale it. I want the image to just display statically.

If I set imagePicker.allowsEditing = False, once the image is fetched from the library, the didFinishPickingMediaWithInfo function is called without previewing the image. If I then add a segue method to that method and set up my own view, there is no way to go back to the library as it has already been fired.

Basically, I just want to emulate the iMessage method for getting an image from my library and was hoping to do it without using a custom imagePicker

thank

+3
ios swift uiimagepickercontroller


source to share


No one has answered this question yet

See similar questions:

1
Swift: how to prevent UIImagePicker takePicture () method from calling didFinishPickingMediaWithInfo

or similar:

1665
How can I get the UITextField to move upward when there is a keyboard - when starting editing?
324
iOS UIImagePickerController - Result of image orientation after loading
4
How to show a preview screen after selecting a photo using UIImagePickerController
4
Show a preview of the captured image but without editing UIImagePickerController UIImagePickerControllerSourceTypeSavedPhotosAlbum
1
how to select image name and image from iPhone photo library in iOS
1
UIImagePickerController does not cancel after memory warning
1
Correct scaling of UIImagePickerController preview image based on device orientation
0
Custom camera with UIImagePickerController and AVFoundation
0
Bar Button doesn't work after dismissing UIImagePickerController
0
UIImagePickerController image does not change



All Articles
Loading...
X
Show
Funny
Dev
Pics