Map update

We have a couple of minor updates to make in order to have the Restaurant Details page show cuisines when you access that page through the Map tab. First, we need to change an identifier to ensure our app does not crash (however, we will not actually have our Map select from this updated identifier):

  1. Open up Map.storyboard and select the segue that connects to Select a location (the segue that has a square inside the circle) and update the Identifier under Storyboard Segue to locationList. Then, hit Enter.
  2. Next, we need our Map to load data from the RestaurantAPIManager rather than from the plist from which it is currently loading data. In order for us to do this, we must make a few adjustments inside our RestaurantAnnotation and our ...

Get iOS 10 Programming for Beginners now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.