mwaterfall / MWPhotoBrowser

A simple iOS photo and video browser with grid view, captions and selections.
MIT License
8.75k stars 2.72k forks source link

photoBrowser didViewPhotoAtIndex - Not firing #137

Closed ghost closed 11 years ago

ghost commented 11 years ago

In both the demo project and in my implementation using the 1.1.3 POD, I don't see any sign of this method firing:

Any ideas would be great as I need to try and allow users to set Favorites for given photos in this view ... hoping that will be possible.

mwaterfall commented 11 years ago

Ah, apologies for that. It was a mistake in the demo project! The delegate method is actually called photoBrowser:didDisplayPhotoAtIndex:. Thanks for spotting that!

ghost commented 11 years ago

got it !!