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.

UIImagePickerControllerOriginalImage is not working in ios 11.2.1

In what cases will I be sad? if I have set allowEditing as false. func imagePickerController(_ picker: UIImagePickerController, didFinishPickingMediaWithInfo info: […

ios swift uiimage uiimagepickercontroller ios11.2
iPad iOS7 - UIImagePickerController in UIPopoverController has wrong preview image

I am using an UIImagePickerController within an UIPopoverController which is working perfectly with iOS6. With iOS 7 the "preview" image which …

ios uiimagepickercontroller ios7 uipopovercontroller uiinterfaceorientation
Assigning to 'id<UINavigationControllerDelegate,UIImagePickerControllerDelegate>' from incompatible type 'ViewController *const__strong'

I have an ImagePickerController in my application. It works well, but beside ipc.delegate = self; there appears an error message: …

ios xcode delegates uiimagepickercontroller incompatibletypeerror
UIImagePicker allowsEditing stuck in center

I have a UIImagePicker that works perfect for a type of UIImagePickerControllerSourceTypePhotoLibrary, but when I use UIImagePickerControllerSourceTypeCamera, the editing box …

iphone ios uiimagepickercontroller
How to know if iPhone camera is ready to take picture?

When [camera takePicture] is called before the camera is ready, it spits out this message: UIImagePickerController: ignoring request to take …

iphone uiimagepickercontroller
How to take multiple pictures before dismissing camera picker

I want to be able to present the camera picker, and take multiple pictures before dismissing the modal view. I …

iphone uiimagepickercontroller photo
Memory Warning UIImagepickerController IOS 7

Could anybody help me with this issue I'm a bit new to objective c and iOS. I've been working on …

ios memory-management uiimagepickercontroller ios7 didreceivememorywarning
Force UIImagePickerController to Crop a Square Image

How do we force UIIImagePickerController to crop a square image? I have searched all over and I haven't found a …

ios swift uiimage uiimagepickercontroller
What's the difference between Camera Roll and Photo Library?

UIImagePickerController has these source type constants: UIImagePickerControllerSourceTypePhotoLibrary UIImagePickerControllerSourceTypeSavedPhotosAlbum The documentation says one is for the photo library while the other …

iphone ios ipad uiimagepickercontroller