SwiftUI ⟩ view ⟩ groupings
Create groups of views that serve different purposes.
For example:
Group: treats the specified views as a unit without imposing any additional layout or appearance characteristics.
Group
Form :presents a group of elements with a platform-specific appearance that’s suitable for gathering input from people.
Form
ForEach:computes views on demand from an underlying collection of identified data.
ForEach
For design guidance, see Layout in the Human Interface Guidelines.
SwiftUI ⟩ View groupings
Last updated 6 months ago
Was this helpful?