Top "Uiimagepickercontroller" questions

Questions related to the iOS UIImagePickerController class (and the associated UIImagePickerControllerDelegate protocol), which provides system-supplied user interfaces for taking pictures and movies on iOS devices, and for choosing saved images and movies.

UIImage Saving image with file name on the iPhone

How can I save an image (like using UIImageWriteToSavedPhotosAlbum() method) with a filename of my choice to the private/var …

iphone uiimage uiimagepickercontroller sandbox save-image
Creating an image format with an unknown type is an error Objective-C Xcode 8

While choosing an image from the image picker in iOS 10 Objective-C and Xcode 8. I am getting an error - Creating …

ios objective-c uiimagepickercontroller xcode8 ios10
UIImagePickerController camera view rotating strangely on iOS 8 (pictures)

I have a very simple application: - All orientations are permitted with only a button on a screen - The …

ios objective-c uiimagepickercontroller ios8 screen-rotation
Enabling the photo library button on the UIImagePickerController

Does anyone know how to enable the photo album button on the UIImagePickerController when its in the camera mode? Like …

ios uiimagepickercontroller iphone-4
Uploading Images from UIImage Picker onto new Firebase (Swift)

I have a UIImagePicker set up within my app that works fine. I would like to upload a profile picture …

ios firebase swift2 uiimagepickercontroller firebase-storage
iPhone :How to get duration of video selected from library?

I am using UIImagePickerController to choose video file from library. And user can upload the video. Also I am using …

iphone ios uiimagepickercontroller
How to crop UIImagePickerController taken picture as it is on display

When I take photo using UIImagePickerController, there is more picture than was visible on screen... How can I take photo/…

ios objective-c uiimagepickercontroller crop
Swift 4.2 imagePickerController issue

Trying to pass chat client from swift 4 to swift 4.2 and with picker i found trouble. UIImagePickerControllerEditedImage Cannot subscript a value …

swift uiimagepickercontroller swift4.2
Using cameraOverlayView with UIImagePickerController

I have an app that uses the UIImagePickerController to take a picture. The problem is that I only want the …

ios objective-c uiimagepickercontroller camera-overlay
iPhone SDK - How to disable the picture preview in UIImagePickerController?

Is there any way to disable the image preview after taking a picture with the UIImagePickerController? I want to dismiss …

iphone camera uiimagepickercontroller photo preview