I\'m using UIImagePickerController to allow my user to select a video from the asset library. When the UIImagePickerController is initially dis开发者_开发技巧played, it shows thumbnails for the vario
I have a UIImagePickerController as a synthesized property of my view controller. In general it works fine (takeing/picking photos, calling back, etc). However, when I receive a memory warning (didRe
I am building an app that allows user to pick videos/photos from camera or photo library. If picked from photo library, is it possible to access to the 开发者_开发技巧video or photo\'s geotag? Thank
I\'m trying to figure out if there is any way to mirror an image. For example, take a picture of someone\'s face and then cut it in half and show what their face l开发者_开发技巧ooks like with each si
my image picker is initialized like: self.imgPicker = [[UIImagePickerController alloc] init]; self.imgPicker.allowsEditing = YES;
Hey, I know that when a user selects a Video I do ge开发者_如何转开发t a URL for the video.... but can you direct me to a proper implementation because my App just sticks there when I click choose in
I am working to capture an image that is returned in 4.0 using - (void)imagePickerController:(UIImagePickerController *)picker
UIImageWriteToSavedPhotosAlbum is only working sometimes. Sometimes it works, sometimes it doesn\'t, exact same function.
So, I have read the SO post on UIImagePickerController, UIImage, Memory and More, and I read the post on Memory Leak Problems with UIImagePickerController in iPhone. I have VASTLY increased my memory
I\'m very new on iPhone development. I\'m trying to draw a cross over the image obtained from camera.