I am using ABNewPersonViewController to add new contact to the address book. Every thing is fine if I do not add any photo from photo albums. It crashes if I add ...
I am using the following function to activate either the device camera or the image picker depending on the result of a UIActionSheet. if fromCamera=YES then it works on both ...
I'm trying to use the UIImagePickerController to select a photo from the photo library (UIImagePickerControllerSourceTypePhotoLibrary).
My problem is, when I select a photo, the application immediately crashes. From the error given below, ...