I'm trying to programmatically scroll to specific Y position in a ScrollView
, when a button is clicked, How do i set the ScrollView
position ?
ScrollView {
Button(action: {
}) {
Text("Sign In").fontWeight(.heavy)
}
}
I want this button action, to access and change the ScrollView position.