when I do [self presentModalViewController:picker animated:NO]; there would开发者_如何学Python be always a \"8 pieces of blade opening and then the preview shows\" kind of effect.
what is wrong with this? I really don\'t understand some important parts for UIImagePickerController....
i\'ve a question开发者_开发技巧 about UIImagePickerController class reference, in photo-camera mode.
I\'m trying to save a selected image to a directory. My code is as follows: -(IBAction)attachPhotosButto开发者_如何学运维n
I\'m trying to get a basic image picker/photo taker running in my app and have run into the following error:
Is there a way to enable video co开发者_如何学编程mpression on video files recorded with UIImagePickerController?
This is no typical programming question. I am currently developing an app using the latest SDK. This app will use the UIImagePickerController for taking pictures with the built-in camera.
When I use UIImagePickerController with cameraOverlayView, can I get the only a selective region from my overlay view?
I\'ve not found a answer to this question anywhere, but this seems like a typical problem: I am taking pictures from an iPhone 4, and I have to send these pics to a server through a POST-Request, but
I have a camera application that uses my custom overlay on the UIImagePickerController object. I am calling the takePicture method to take a picture when the user presses a button on my overlay view