A List view in SwiftUI shows rows in a vertical, single column . It’s a scrollable list of data that you can interact with. In this tutorial, we’ll discuss how you can create and customize a List view with SwiftUI.
What is SwiftUI list?
A List view in SwiftUI shows rows in a vertical, single column . It’s a scrollable list of data that you can interact with. In this tutorial, we’ll discuss how you can create and customize a List view with SwiftUI.