Video description
Create your own Apple Watch applications by learning the basics of Xcode and Swift, the programming language used for Apple application development. In this video, step-by-step instructions teach you how to independently navigate and utilize Apple’s development toolkit and Xcode program. By the end you will be able to write functional code in Swift and engineer your own basic Apple Watch applications.
What You Will Learn
- Create several basic Apple Watch applications using Apple’s Swift programming language
- Download Xcode and master its essential elements
- Follow an example app to see just how apps are built
Who This Video Is For
Beginners who have little or no exposure to programming. The course stresses explaining industry jargon, navigating several components of Xcode, and introducing important Swift commands.
Table of Contents
Introduction
00:00:44
Prerequisites and Setup
Downloading the Software Development Tools
00:01:23
Setting Up the Development Environment
00:01:51
Introduction to Xcode
How to Create an App Project
00:03:21
Xcode Windows, Files and Buttons
00:07:46
Xcode Simulator
00:05:55
Introduction to Watchkit
Watchkit Files Overview
00:10:21
Creating a Counter App
00:11:07
Xcode Debugger
00:05:45
WkInterfaceTable
Implementing the WatchKit Table Interface View
00:12:01