The following error keeps coming up in my app\'s crashlytics logs
on IOS 8:
libobjc.A.dylib objc_msgSend + 5 didHideZoomSlider: Crashed: com.apple.m
This is already answered, but another potential solution here would be to retain the image picker controller instance inside the view controller to avoid it being deallocated prior to apple's callback firing.