Krisiacik / ImageViewer

An image viewer à la Twitter
MIT License
2.53k stars 385 forks source link

Incorrect image change #249

Open emelyanovkirill opened 3 years ago

emelyanovkirill commented 3 years ago

Hello! Calling the galleryViewController.page(toIndex: index) method triggers an animated transition, but the image changes only after the transition is complete.

emelyanovkirill commented 3 years ago

I call this method after 5 seconds in this video. https://drive.google.com/file/d/1PZQHVG9b6ktwskHW9qEY_4VfAkV6mpvB/view?usp=sharing

emelyanovkirill commented 3 years ago

Although, in the standard sample, in the ThumbnailsController it is also visible.