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.

Image size taken from Flutter Image_Picker plugin is way too big

I want to use auto-focus on the camera, which is available on the image_picker plugin. However, when I call: …

image plugins camera uiimagepickercontroller flutter
How to Skip Retake/Use Photo option after capturing image by camera in IOS 7

Here I am developing an app using IOS 7 in which camera used to capture the image. but after capturing image …

ios7 uiimagepickercontroller photo
UIImagePickerController Pick Multiple images

I am trying to simply enable picking multiple images from photolibrary using the UIImagePickerController, I wish I can add a …

iphone ios xcode uiimagepickercontroller photolibrary
How to retrieve PHAsset from UIImagePickerController

I'm trying to retrieve a PHAsset however PHAsset.fetchAssets(withALAssetURLs:options:) is deprecated from iOS 8 so how can I properly …

ios uiimage uiimagepickercontroller photos
UIImagePickerController in iOS 7 status bar

In io7,the status bar on top a view is a nightmare.Fortunally i managed to make it work so …

uiimagepickercontroller ios7 uistatusbar
Is there a way to prevent UIImagePickerController change statusbar style?

UIImagePickerController changes statusbar style to black/opaque. I want to keep status-bar style black/translucent. I'm finding a way to …

iphone coding-style uiimagepickercontroller statusbar
Why can’t UIImagePickerController be pushed into navigation stack?

When using pushViewController to push UIImagePickerController: [self.navigationController pushViewController:pvc animated:YES]; an error will occur such as: Pushing a …

ios uiimagepickercontroller pushviewcontroller presentmodalviewcontroller
iOS 5 GM: <Error>: More than maximum 5 filtered album lists trying to register. This will fail

I know this thread existed before, but was closed as only appearing in iOS5 beta 6. By now I have the …

ios uiimagepickercontroller
Photo taken with camera does not contain any ALAsset metadata

The weirdest thing is happening. I have an action sheet which gives the user the choice to either take a …

iphone objective-c gps uiimagepickercontroller alassetslibrary