Displaying the map on the watch

The last part of our watch app and extension is to display the map to the supermarket. To do it, we are going to use the WKInterfaceMap class that is the watch version of UIMapView.

Return to the watch storyboard and add a new interface controller. Start by changing the title at the top of the screen to Return, so it would be easier for the user to understand how to return to the previous screen.

Place a map on this interface controller and set its width and height to Relative to Container with the value to 1, as shown in the following screenshot:

Displaying the map on the watch

Now, add a new file named MapController.swift to the watch extension. ...

Get Swift 2 Blueprints 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.