Relative Content

Tag Archive for swiftuiscrollviewscrollto

SwiftUI ScrollView does not scroll to the bottom

I’m building a chat app. When the user changes the text in the input field, I want to move the chat messages up, so I scroll it to the bottom. Most of the time, it works, but sometimes the bottom of the scroll view is covered a little bit.