List
Last updated
Was this helpful?
Last updated
Was this helpful?
โฉ โฉ List
A List displays any number of in a scrolling vertical column, optionally providing the ability to select one or more members.
SwiftUI Tutorials โฉ โฉ Sec. 3:
is a view that can compose multiple views together, but not necessarily views of the same type. You can simply add multiple views without any loop.
As a convenience, the allows you to use it just like the ForEach view in case you want to have a list consisting of a single type only.
Paul โฉ
โฉ โฉ
โฉ
โฉ (struct)
โฉ
- applies an inset to the rows in a list.
โฉ โฉ (struct)
โญ๏ธ