Component - List view basics
This UI component shows a simple list of items vertically. Each item is a row that the user can scroll through. It helps display many pieces of information in a clean, organized way.
This UI component shows a simple list of items vertically. Each item is a row that the user can scroll through. It helps display many pieces of information in a clean, organized way.
NavigationView
└── List
├── Text ("Apple")
├── Text ("Banana")
├── Text ("Cherry")
└── Text ("Date")