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.
Having a problem in some swift code I had written for an OCR translation app. The code snippet is below: @…
ios swift delegates uiimagepickercontrolleri will like to add a custom overlay on the UIImagepickerview with some custom buttons. will appreciated if anyone could …
iphone ios xcode overlay uiimagepickercontrollerMy below code was working just fine with swift 4 but after upgrading to swift 4.2 I am getting this error, I …
ios swift uiimagepickercontroller ios12I am writing a simple video uploader application on iPhone 3GS where I first direct the user to photos album, …
iphone uiimagepickercontroller iphone-3gsI am trying to display a UIImagePickerControl in my iPad app. At first, the debugger told me that I needed …
ipad ios uiimagepickercontroller uipopovercontrollerI have a UITableViewCell button to take an image and place it back in the cell. When I call the …
ios uiimagepickercontrollerI'm using UIImagePickerController to allow my user to select a video from the asset library. When the user selects the "…
iphone video compression uiimagepickercontroller movieI am picking a video from my swift iOS app using the UIImagePickerController. I am saving this URL and now …
ios swift uiimagepickercontroller avassetI am using UIImagePickerController to select video from Gallery and it compress that video.I want to disable Compression but …
iphone uiimagepickercontrollerXcode 4.0.2 iPhone4 iOS 4.3.5 CoreLocation and MobileCoreServices frameworks are implemented. imported MobileCoreServices/UTCoreTypes.h - (void) displayVideoPicker { UIImagePickerController *ipc = [[UIImagePickerController alloc] …
iphone memory memory-leaks uiimagepickercontroller xcode-instruments