SwiftUI: Layout & Interfaces | raywenderlich.com

Learn the fundamentals of layout in SwiftUI. Lazy Stacks andGrids, Scroll View Readers, Alignment, ZStacks, and GeometryReaders are the main topics.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/28684964-swiftui-layout-interfaces

Hi Jesse! I’m looking for a way to use ScrollViewReader to scroll to automatically scroll to the last item in a ScrollView (such as you might have in a chat type app) and I thought that might have been covered here but I couldn’t see it.

Is there somewhere else I could look?

David