How-to find out what causes a didHideZoomSlider error on IOS 8?

后端 未结 3 898
一向
一向 2020-12-14 08:46

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         


        
3条回答
  •  庸人自扰
    2020-12-14 09:46

    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.

提交回复
热议问题