Skip to content
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

Scrolling a ScrollView in iOS results in blank spaces created between elements #136

Open
RsZoli opened this issue Oct 8, 2024 · 2 comments

Comments

@RsZoli
Copy link

RsZoli commented Oct 8, 2024

Scrolling a ScrollView in iOS results in blank spaces created between elements, the faster the scrolling, the bigger the spaces are getting, on Android there is no problem with this:

RPReplay_Final1728405696.1.mp4
@evgenyvalavin
Copy link

evgenyvalavin commented Oct 21, 2024

It might be a UITableViewDiffableDataSource issue and not BottomSheet related. I remember fighting with this UITableViewDiffableDataSource issue for a couple of years trying to find the reason and a solution. What I can say for sure is if all the cells in UITableView are the same size this issue will not appear.
Can't say more for now.

@RsZoli
Copy link
Author

RsZoli commented Oct 22, 2024

@evgenyvalavin Thank you for your answer, unfortunately, i do have same size rows i'm simply using this:

                    <Grid.RowDefinitions>
                        <RowDefinition />
                        <RowDefinition />
                        <RowDefinition />
                        <RowDefinition />
                        <RowDefinition />
                        <RowDefinition />
                    </Grid.RowDefinitions>

However, this not an issue outside of the Sheet :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants