-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Freeze of the whole UI when zooming out with a rapid pan gesture #16
Comments
When it freezes, the view hierarchy shows me two UIImageView on top of each other, containing the same image. The top image view has clipsToBound sets to true. Could it be the transition view? |
To reproducee
My investigation so far
Any help is appreciated, as I'm a beginner with animations. Thanks! |
john-work-ios
changed the title
Rare freeze of the whole UI when zoom in has finished
Freeze of the whole UI when zooming out with a rapid pan gesture
Nov 18, 2022
The issue is exactly similar as this one: nytimes/NYTPhotoViewer#254 |
Is there any good solution? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Under investigation on my side, but happens quite often, but not that often:
Now that I'm writing this, I also remember that I might have encountered this when swiping left/right when zoomed.
Any idea where this could come from? Reproducable on at least iOS 15 & 16.
Thanks!!
The text was updated successfully, but these errors were encountered: