I\'m getting hundreds of crashes from one of my live apps ever since people started upgrading to iOS 7. Has anyone else seen this problem? Nothing reproduces on my iPad 3 wi
I was having the same issue.
I had a UIImagePickerController displayed inside a UIPopoverController with the size defined by UIImagePickerController's contentSizeForViewInPopover function.
To fix this issue I changed UIPopoverController size to UIImagePickerController's preferredContentSize function.