🖼️ForEach
╱🚧 under construction -> View Groupings
// <collection> must conform to Identifiable
ForEach(collection) { element in
Text(element.name)
}Last updated
╱🚧 under construction -> View Groupings
// <collection> must conform to Identifiable
ForEach(collection) { element in
Text(element.name)
}Last updated