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.
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.2I am using an UIImagePickerController within an UIPopoverController which is working perfectly with iOS6. With iOS 7 the "preview" image which …
ios uiimagepickercontroller ios7 uipopovercontroller uiinterfaceorientationI have an ImagePickerController in my application. It works well, but beside ipc.delegate = self; there appears an error message: …
ios xcode delegates uiimagepickercontroller incompatibletypeerrorI have a UIImagePicker that works perfect for a type of UIImagePickerControllerSourceTypePhotoLibrary, but when I use UIImagePickerControllerSourceTypeCamera, the editing box …
iphone ios uiimagepickercontrollerWhen [camera takePicture] is called before the camera is ready, it spits out this message: UIImagePickerController: ignoring request to take …
iphone uiimagepickercontrollerI want to be able to present the camera picker, and take multiple pictures before dismissing the modal view. I …
iphone uiimagepickercontroller photoCould 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 didreceivememorywarningHow do we force UIIImagePickerController to crop a square image? I have searched all over and I haven't found a …
ios swift uiimage uiimagepickercontrollerI am using a UIImagePickerController to let the user choose a photo or video to share in the app. When …
ios8 uiimagepickercontroller alassetslibrary phasset photosframeworkUIImagePickerController has these source type constants: UIImagePickerControllerSourceTypePhotoLibrary UIImagePickerControllerSourceTypeSavedPhotosAlbum The documentation says one is for the photo library while the other …
iphone ios ipad uiimagepickercontroller