SwiftUI

How to Use ScrollViewReader to Perform Programmatic Scrolling


ScrollViewReader is one of my favorite new features in the new version of SwiftUI. Before the release of iOS 14, it’s not easy to control the scrolling position of the built-in ScrollView. If you want the scroll view to...