Difference between revisions of "WatchKit App Development Essentials"
From Techotopia
Line 37: | Line 37: | ||
#* [[An Example Interactive WatchKit App using Actions and Outlets|Hiding the Tip Label]]<br><br> | #* [[An Example Interactive WatchKit App using Actions and Outlets|Hiding the Tip Label]]<br><br> | ||
# [[An Overview of WatchKit Tables]] | # [[An Overview of WatchKit Tables]] | ||
+ | # [[A WatchKit Table Tutorial]] | ||
<br><br> | <br><br> |
Revision as of 14:28, 21 April 2015
This book is currently under development. Check back regularly for updates.
Table of Contents
- An Overview of WatchKit Apps
- Building an Example WatchKit App
- An Overview of the WatchKit App Architecture
- An Example Interactive WatchKit App using Actions and Outlets
- About the Example App
- Creating the TipCalcApp Project
- Adding the WatchKit App Target
- Designing the WatchKit App User Interface
- Reviewing the Interface Controller Class
- Establishing Outlet Connections
- Establishing Action Connections
- Implementing the sliderChange Action Method
- Implementing the calculateTip Action Method
- Hiding the Tip Label
- An Overview of WatchKit Tables
- A WatchKit Table Tutorial