SwiftUI Auto scroll - WITHOUT ScrollViewReader

1.1k Views Asked by At

I have a regular horizontal SwiftUI ScrollView, when the user clicks on a element, I want to ScrollView the focus on it (auto scroll to it so it becomes fully visible most left side on the ScrollView. Keep in mind, I can't use ScrollViewReader (iOS 13 support)

0

There are 0 best solutions below