In order to view this lesson, you must purchase this course.
In order to render data inside of our horizontal ForEach loops, we'll need to introduce some custom objects that conform to the Hashable protocol. This allows us to feed in our own array of data and access each property very easily. Once you see how this works, we'll move onto rendering out system images using Image(systemName:).