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.

UIImagePickerController error: Snapshotting a view that has not been rendered results in an empty snapshot in iOS 7

I am getting this error only in iOS 7 and the application crashed. In iOS 6, I never get any error, just …

ios iphone ios7 camera uiimagepickercontroller
How to make UIImagePickerController for camera and photo library at the same time in swift

I use UIImagePickerController to take a photo by camera of iPhone. I want to show both "take a photo" and "…

ios swift uiimagepickercontroller
iOS 10 error [access] <private> when using UIImagePickerController

I am using XCode 8 and testing with iOS 10.2 Beta. I have added the Photos, PhotosUI and MobileCoreServices frameworks to project. …

ios objective-c uiimagepickercontroller presentviewcontroller ios10
Objective C: How to fix aspect ratio of image (and not change to fit imageview frame)

I am using the UIImagePickerController to select images for my app. However I am facing some challenges with regards to …

objective-c ios uiimagepickercontroller aspect-ratio
How to get image file size in Swift?

I am using UIImagePickerControllerDelegate, UINavigationControllerDelegate, UIPopoverControllerDelegate these delegates for choosing image from my gallery or my camera. So, how can …

ios swift uiimageview uiimagepickercontroller
Getting URL of UIImage selected from UIImagePickerController

I'm trying to provide a user selection of an image from Photo Library. Thus I'm using UIImagePickerController for selecting. But …

ios swift ios8 uiimagepickercontroller nsurl
How to select any Video or Movie file from UIImagePickerController

In my app, i need to select any video file and show the display the url for a video file …

iphone uiimagepickercontroller
How can i get the name of image picked through photo library in iphone?

I am picking an image from photo library in iphone application. How will i retrieve the actual image name. in .…

ios objective-c iphone uiimagepickercontroller
Saving Picked Image to CoreData

I am able to pick and display an image from the photo library, but my goal is to be able …

swift core-data uiimage uiimagepickercontroller
Save Photos to Custom Album in iPhones Photo Library

I'm trying to create a custom album in the Photo Library of an iPhone and then save photos that I've …

iphone objective-c uiimage uiimagepickercontroller alassetslibrary