evgenyneu / Auk

An image slideshow for iOS written in Swift.
MIT License
277 stars 44 forks source link

Image not loaded after setting scrollview delegate #47

Closed renanstig closed 7 years ago

renanstig commented 7 years ago

Hello,

First of all this is an awesome library, congratulations for that. I'm creating an app which uses more than one remote image and each image has a different label. I followed your suggestion to track when the scrollview scrolls. I set the delegate, made all the necessary changes and the label changed according to the image, but it turned out the image stopped loading. I removed the line that set the delegate and the image started loading again. Can you please tell me if this problem is already fixed or what I have to do to have all the images loading even when I'm using delegate?

Thanks in advance, Renan.