zvonicek / ImageSlideshow

Swift image slideshow with circular scrolling, timer and full screen viewer
MIT License
1.78k stars 479 forks source link

Fullscreen issue when doing canceled swiped #249

Open jeannustre opened 6 years ago

jeannustre commented 6 years ago

I've been having an issue with the fullscreen view on iOS 10. It can easily be reproduced in the example app with the following steps :

I'll try to investigate further and update this issue with anything relevant I find.

zvonicek commented 6 years ago

Hi, thanks for the report! It took some hacking around to get ZoomAnimatedTransitioning.swift working on iOS 11 while supporting iOS 9 and older (without UIPropertyAnimator), but it looks it broke iOS 10... Seems Apple changes how interactive transitions works in every major iOS release 🙁.

I'll try to look at it when have some time. In the meanwhile, I'll be happy for any updates or even PR fixing this issue!

giuliatardozzi commented 5 years ago

Hello,

any news about this bug?

Thanks a lot!

andrewabdalla commented 5 years ago

Also looking for any update/potential workaround for devices with iOS 11+

zvonicek commented 5 years ago

Hi, I'll probably just disable interactive transitioning on iOS 10 and older, I currently don't have capacities to focus on supporting it fully. iOS 11+ should work well, as far as I know.