Ios swift – How do I Scroll to a particular view within a ScrollView by tapping a button?
I want to automatically scroll to a particular view in a ScrollView on tap of a button. I know how to get it to work with ForEach views (there are examples of this online and on Stack overflow) but I…