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.
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 uiimagepickercontrollerI use UIImagePickerController to take a photo by camera of iPhone. I want to show both "take a photo" and "…
ios swift uiimagepickercontrollerI 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 ios10I am using the UIImagePickerController to select images for my app. However I am facing some challenges with regards to …
objective-c ios uiimagepickercontroller aspect-ratioI am using UIImagePickerControllerDelegate, UINavigationControllerDelegate, UIPopoverControllerDelegate these delegates for choosing image from my gallery or my camera. So, how can …
ios swift uiimageview uiimagepickercontrollerI'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 nsurlIn my app, i need to select any video file and show the display the url for a video file …
iphone uiimagepickercontrollerI am picking an image from photo library in iphone application. How will i retrieve the actual image name. in .…
ios objective-c iphone uiimagepickercontrollerI am able to pick and display an image from the photo library, but my goal is to be able …
swift core-data uiimage uiimagepickercontrollerI'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