evgenyneu / Auk

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

Page Control animation lost when using viewcontroller as delegate #86

Closed benmoadw closed 4 years ago

benmoadw commented 4 years ago

Hey! amazing library, been using it for quite a while now.

I just happen to have this weird behavior when I use a ViewController as the delegate for the Auk scrollviews the page control stop animating it stays in the first one and it doesn't move even tho I have multiple images loaded in the scrollview.

Help on this will be much appreciate.

evgenyneu commented 4 years ago

Thanks for reporting the issue, @benmoadw. Are you assigning the delegate before calling the show method?

https://github.com/evgenyneu/Auk#page-control-is-not-changing--second-remote-image-is-not-shown

benmoadw commented 4 years ago

Welp! that was an ez one.

Thank you very much. it's solved!

evgenyneu commented 4 years ago

I'm glad it helped. 👍 Closing the issue. Feel free to reopen of your still have this problem.