Open jeannustre opened 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!
Hello,
any news about this bug?
Thanks a lot!
Also looking for any update/potential workaround for devices with iOS 11+
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.
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.