-
Notifications
You must be signed in to change notification settings - Fork 55
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
ScrollView is jumping when release dragging #14
Comments
Update isShowing only after any synchronous code finishes |
That's what I did but it seems it doesn't solve the problem. Attached to scroll view:
The pull to refresh method:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I pull down to refresh the scroll view jumps back, like glitching back to position. That's looks very odd and unpleasant.
I know that this is a common problem that answered already but with SwiftUI and Introspect I don't know where to put the finger.
I know that it can be fixed with scrollDidEndDragging but I can't implement it here.
Does any one have an idea how to solve this issue with this given code?
The text was updated successfully, but these errors were encountered: