Creating the navigation tracking application
In this section, we will take a look at how to design a user interface for our Watch Tracker application. We will begin by developing the WatchKit portion and the iOS app portion of our application.
Before proceeding, we need to create our WatchTracker
project; this can be created easily using Xcode. Simply follow the steps listed here:
- Launch Xcode from the
/Applications
folder. - Choose Create a new Xcode project or go to File | New Project:
- Select iOS App with WatchKit App from the list of available templates under the watchOS section, as shown in the following screenshot:
- Click on the Next button to proceed to the next step in the wizard.
- Next, enter
WatchTracker
as the name of your project. - Select Swift from the Language drop-down menu.
- Select iPhone from the Devices drop-down menu.
- Ensure that the Include Notification Scene checkbox has been selected.
- Click on the Next button to proceed to the next step in the wizard:
Note
The Organization Identifier...