You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
when I used a custom implementation of IDMPhotoProtocol I have this crash.
It's because you cast an object in IDMPhoto class in configurePage method:
Hi,
when I used a custom implementation of
IDMPhotoProtocol
I have this crash.It's because you cast an object in
IDMPhoto
class inconfigurePage
method:IDMPhotoBrowser/Classes/IDMPhotoBrowser.m
Line 1041 in 4037cdb
I suggest you just add
setProgressUpdateBlock
toIDMPhotoProtocol
.Thanks.
The text was updated successfully, but these errors were encountered: