SwiftUI automatically scroll to bottom in ScrollView (Bottom first)
Scrolling to the bottom on change I don’t have enough reputation to post a comment yet, so here you go @Dam and @Evert To scroll to the bottom whenever the number of entries in your ForEach changes you can also use the same method with a ScrollViewReader, as mentioned in the answer above, by adding … Read more