Back to Developer Roadmap

List

src/data/roadmaps/swift-ui/content/[email protected]

4.0845 B
Original Source

List

A List is a container view that arranges data in a single column, making it easy to display scrollable collections of items. It's similar to a table view in UIKit, but with a more declarative and flexible approach. You can populate a List with static content or dynamically generate rows based on data from an array or other data source.

Visit the following resources to learn more: