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
Hi, I have integrated this source code where I have tablle view in bottomsheet.
When I try to apply apple property(enableAppleScrollBehavior) on it all the content of bottomsheet got disappeared.
Please let me know how to resolve this issue.
thanks, Rahul
The text was updated successfully, but these errors were encountered:
Make sure your content is in a VStack not a List / ScrollView; enableAppleScrollBehavior wraps the content in it's own scroll view
VStack
List
ScrollView
enableAppleScrollBehavior
Sorry, something went wrong.
No branches or pull requests
Hi,
I have integrated this source code where I have tablle view in bottomsheet.
When I try to apply apple property(enableAppleScrollBehavior) on it all the content of bottomsheet got disappeared.
Please let me know how to resolve this issue.
thanks,
Rahul
The text was updated successfully, but these errors were encountered: