I am novice at apple programming, the following code in SwiftUI tutorials is confusing to me , where can I find the explaination about the syntax?
In section 5,Make the List Dynamic
List(landmarks, id: \.id) { landmark in
LandmarkRow(landmark: landmark)
}
Selecting any option will automatically load the page