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

Scroll to the bottom when new element is added in the list ? #8

Closed
divyanshunegi opened this issue Apr 4, 2020 · 1 comment
Closed

Comments

@divyanshunegi
Copy link

Hi, I stumbled upon this awesome library which does solve a lot of issues which are yet to be perfected by apple SwiftUI team, but the main problem which I was having is, I am building a chat screen in my app and cannot scroll to the bottom when a new chat is added in the list, I tried my own way of making a custom scroll view but I am worried that it might have a lot of performance issues and is not that optimized.

@crelies
Copy link
Owner

crelies commented Apr 11, 2022

Hey,
the best solution in my opinion is to use the ScrollViewReader introduced in iOS 14.

@crelies crelies closed this as completed Apr 11, 2022
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