row

How to scroll to a specific row in a list in SwiftUI

If you want to programmatically scroll to a specific row in a list, you can use the scrollTo() method of the ScrollViewReader view in SwiftUI. Here’s how it works: For example, the following code creates a list of 50 rows…