ForEach Hashables and System Images
SwiftUI Mastery Travel Discovery
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:).

Comments (4)
Jake Liu
2 years ago
Where can I find SF Pro (symbol program)? is it a build in Mac program or XCode build in features? Thank you
Jake Liu
2 years ago
Oh I found it https://developer.apple.com/sf-symbols/
dniswhite
2 years ago
the top of the circles appears to be getting off just a bit. I think it's because the shadow at the very top is not visible so it makes the circle look like there is a line. I noticed if I removed the top alignment on the HStack that helped some but then I had to play with the size of the VStack.
Sachinsaif
2 years ago
Awesome Lectures
Thiago Monteiro
2 years ago
What a great tips man! I'm falling with this course!
HELP & SUPPORT