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.

Set dimensions for UIImagePickerController "move and scale" cropbox

How does the "move and scale screen" determine dimensions for its cropbox? Basically I would like to set a fixed …

ios cocoa-touch ipad uiimagepickercontroller crop
UIImagePickerController and extracting EXIF data from existing photos

It's well known that UIImagePickerController doesn't return the metadata of the photo after selection. However, a couple of apps in …

iphone cocoa-touch gps uiimagepickercontroller exif
how to capture camera with UIImagePickerController in swift?

I'm trying use UIImagePickerController in swift but isn't work... my ViewController: class ViewController: UIViewController { @IBOutlet var imag : UIView = nil @IBAction …

uiimagepickercontroller swift ios8 xcode6
Received memory warning. Level=1 when showing a UIImagePickerController

This is driving me crazy!!! I'm getting a "Received memory warning. Level=1" whenever I attempt to show a UIImagePickerController with …

iphone objective-c uiimagepickercontroller didreceivememorywarning
didFinishPickingMediaWithInfo return nil photo

I am working to capture an image that is returned in 4.0 using - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info { [[…

iphone uiimage camera uiimagepickercontroller
Cannot subscript a value of type '[String : Any]' with an index of type 'UIImagePickerController.InfoKey'

I'm using Apple's Swift iOS Tutorial. Which is throwing an error, Cannot subscript a value of type '[String : Any]…

ios swift uiimagepickercontroller
if we're in the real pre-commit handler we can't actually add any new fences due to CA restriction

I am using UIImagePickerController with Camera type. When I first opens the image picker controller it works fine, But after …

ios camera uiimagepickercontroller beta ios10
How to get the custom overlay for UIImagePicker camera to be full screen in iOS 7?

I am interested in using a custom overlay for the UIImagePickerController for camera controls that take the entire screen, very …

ios iphone ios7 uiimagepickercontroller
iPhone - Mirroring back a picture taken from the front camera

When using the front camera of the iPhone 4 to take a picture, the taken picture is mirrored compared with what …

iphone uiimage camera uiimagepickercontroller mirroring
iPhone - UIImagePickerController -> save the image to app folder

I have an iPhone application using a UIImagePickerController. As sourceType I have UIImagePickerControllerSourceTypePhotoLibrary UIImagePickerControllerSourceTypeCamera UIImagePickerControllerSourceTypeSavedPhotosAlbum so the user can make …

iphone objective-c uiimage uiimagepickercontroller