๐ฐview groupings
SwiftUI โฉ view โฉ groupings
Create groups of views that serve different purposes.
For example๏ผ
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