Open J6ey opened 1 month ago
Since it's a ScrollView wrapper I tried using ScrollViewReader's scrollTo but that didn't do much. Anything we can use?
scrollPosition() is supported. There's an initializer where you provide a binding for the wrapper's scrollPosition() modifier. Then you modify the binding when you want to manipulate the scroll position.
scrollPosition()
Since it's a ScrollView wrapper I tried using ScrollViewReader's scrollTo but that didn't do much. Anything we can use?