We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The scrollview cannot be used in the view, and the offset will be set after use
The text was updated successfully, but these errors were encountered:
I was able to implement a solution, https://gist.github.com/jfuellert/67e91df63394d7c9b713419ed8e2beb7
Use this as scroll view instead of the native one.
@State private var contentOffset: CGPoint = .zero ScrollableView(self.$contentOffset, animationDuration: 0.5) { Group { // your stuff } } .frame(height: 300)
Sorry, something went wrong.
No branches or pull requests
The scrollview cannot be used in the view, and the offset will be set after use
The text was updated successfully, but these errors were encountered: