🔰view groupings

SwiftUIview ⟩ groupings

For example:

  • Grouptreats the specified views as a unit without imposing any additional layout or appearance characteristics.

  • Form :presents a group of elements with a platform-specific appearance that’s suitable for gathering input from people.

  • ForEachcomputes views on demand from an underlying collection of identified data.

For design guidance, see Layout in the Human Interface Guidelines.

Last updated

Was this helpful?