Hi all.
I am trying to learn Swift, I am enjoying it so far but I've come to a stop. On the Building Lists and Navigation - Section 2, my code quits unexpectedly. I think I've narrowed it down to this:
struct LandmarkRow_Previews: PreviewProvider {
static var previews: some View {
LandmarkRow(landmark: landmarks[0])
}
}
I have copied the pasted the code, and it will not work. Can someone help me fix this please? I am running Xcode 13.1.
Thanks.