๐Ÿ”ฐview groupings

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.

  • Form ๏ผšpresents a group of elements with a platform-specific appearance thatโ€™s suitable for gathering input from people.

  • ForEach๏ผšcomputes views on demand from an underlying collection of identified data.

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

Last updated