SwiftUI, Episode 15: ForEach & Identifiable | Kodeco

This content was released on Oct 22 2019. The official support period is 6-months from this date.

ForEach makes it a breeze when iterating over a collection of data to produce similar SwiftUI Views. All you need is a unique ID for each element.


This is a companion discussion topic for the original entry at https://www.kodeco.com/4001741-swiftui/lessons/15