Posts

Post not yet marked as solved
8 Replies
I am facing the same issue too, and here is my solutionIf you use the code from "Building Lists and Navigation" tutorial, you need to modified landmarkData.json and Landmark.swift file to solve the problemIn landmarkData.json file, you need to add "isFavorite":true or "isFavorite":false property to every data, and then add variable "isFavorite : Bool" in Landmark.swift.