All tagged SwiftUI

Apple released the `ScrollViewReader` along with other SwiftUI improvements at WWDC 2020. The ScrollViewReader allows you to interact with the current scroll position of a `ScrollView`. Let’s take a look at one usage for it.