evgenyneu / Auk

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

Loop to first image with animation going forward #85

Closed sdavidliu closed 4 years ago

sdavidliu commented 4 years ago

Hi, I realized Auk is using a scroll view to loop through the photos. When it reaches the last photo, it loops back to the first photo by scrolling all the way back to index 0 while passing through all the photos in between. I was wondering if there was a way to have to same slide-to-the-left animation when going from the last photo back to the first photo.

evgenyneu commented 4 years ago

Hi @sdavidliu, good question. No, unfortunately, there is no way to transition from the last to the first image without showing all other images in-between currently.

sdavidliu commented 4 years ago

Ok just wondering! Thanks!