Building the animation application – WatchKit
In this section, we will look at how we can go about designing our user interface for our Animation Example application. We will begin by developing the WatchKit portion of our application.
Before we proceed, we need to create our AnimationExample
project, which is very simple to create using Xcode. Simply follow these steps:
- 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
AnimationExample
as the name for your project. - Select Swift from the Language drop-down menu.
- Then, select iPhone from the Devices drop-down menu.
- Ensure that the Include Notification Scene checkbox is selected.
- Click on the Next button to proceed to the next step in the wizard.
Note
The Organization Identifier...