thiagoperes / IDMPhotoBrowser

Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash: setProgressUpdateBlock: unrecognized selector sent to instance

johnvuko opened this issue · comments

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:

- (void)configurePage:(IDMZoomingScrollView *)page forIndex:(NSUInteger)index {

I suggest you just add setProgressUpdateBlock to IDMPhotoProtocol.

Thanks.