Most of the time, my image picker works perfectly (iOS 4.2.1).However, if I scroll very rapidly up and down about 4-6 times through my camera roll of about 300 photos, I get a crash.This never happens
I compiled and ran the MyImagePicker project from the WWDC 2010 sample code on my iPhone 3Gs with iOS 4.2.1, but it just gives me a blank table.Shouldn\'t it be populating with data from my photo roll
I have a UIPickerController to select videos in my App and it is crashing when selecting videos using the picker. When I feed the MPMoviePlayerController with the URL directly it works fine, but when
In my app user can 开发者_如何学Pythontake as may picture from camera, so after three time taking the picture it crashed. I can\'t resize the image (its requirement). So is there any other way to avoi
The below code is for go to photo albums.The below code shows an error. I\'m adding the UIImagePickerControllerDelegates like this in my .h file:
I have a tableView, and I want to take a picture when clicking in one of the cells and upload it to a certain server.
I\'ve a tabbar with a button, you click it and you see an UIImagePickerController. After the user choose the image I want another view. How can I do it?
when you click \"Share\" in my app you\'ll show an ActionSheet like this: Take photo Select photo from Library
I am still having this iss开发者_StackOverflow中文版ue with the uiimagepickercontroller. It is supposed to be straight forward, but I still can\'t figure it out. Or maybe Im going in the wrong directi
I\'m developing an iPhone app that records video. I create a UIImagePickerController, limit it to video recording then programatically ask the camera to startVideoCapture. Unfortunatly when I run the