Is anyone else having an issue with UIImagePickerController in iOS 8? The method below works perfectly well in iOS 7 on an iPad, but I get the following error
UIImagePickerController
performSelector:withObject:afterDelay solved my problem.
also didDismissWithButtonIndex do the trick.
Max