UIImagePickerController crashes app on iPad but not iPhone
问题 I've made an iPhone app that works perfectly on all iPhone versions I want to support. My app uses UIImagePickerController which again, works fine on iPhone. However, for some reason when I run my app on an iPad (because apple requires this) the app crashes when either of the below methods are called. - (IBAction) useCamera:(id)sender { if ([UIImagePickerController isSourceTypeAvailable: UIImagePickerControllerSourceTypeCamera]) { UIImagePickerController *imagePicker = [