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.
How does the "move and scale screen" determine dimensions for its cropbox? Basically I would like to set a fixed …
ios cocoa-touch ipad uiimagepickercontroller cropIt's well known that UIImagePickerController doesn't return the metadata of the photo after selection. However, a couple of apps in …
iphone cocoa-touch gps uiimagepickercontroller exifI'm trying use UIImagePickerController in swift but isn't work... my ViewController: class ViewController: UIViewController { @IBOutlet var imag : UIView = nil @IBAction …
uiimagepickercontroller swift ios8 xcode6This is driving me crazy!!! I'm getting a "Received memory warning. Level=1" whenever I attempt to show a UIImagePickerController with …
iphone objective-c uiimagepickercontroller didreceivememorywarningI am working to capture an image that is returned in 4.0 using - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info { [[…
iphone uiimage camera uiimagepickercontrollerI'm using Apple's Swift iOS Tutorial. Which is throwing an error, Cannot subscript a value of type '[String : Any]…
ios swift uiimagepickercontrollerI am using UIImagePickerController with Camera type. When I first opens the image picker controller it works fine, But after …
ios camera uiimagepickercontroller beta ios10I am interested in using a custom overlay for the UIImagePickerController for camera controls that take the entire screen, very …
ios iphone ios7 uiimagepickercontrollerWhen using the front camera of the iPhone 4 to take a picture, the taken picture is mirrored compared with what …
iphone uiimage camera uiimagepickercontroller mirroringI have an iPhone application using a UIImagePickerController. As sourceType I have UIImagePickerControllerSourceTypePhotoLibrary UIImagePickerControllerSourceTypeCamera UIImagePickerControllerSourceTypeSavedPhotosAlbum so the user can make …
iphone objective-c uiimage uiimagepickercontroller