Difference between revisions of "WatchKit App Development Essentials"
From Techotopia
Line 26: | Line 26: | ||
#* [[An Overview of the WatchKit App Architecture|WatchKit Extension Guidelines]]<br><br> | #* [[An Overview of the WatchKit App Architecture|WatchKit Extension Guidelines]]<br><br> | ||
# [[An Example Interactive WatchKit App using Actions and Outlets]] | # [[An Example Interactive WatchKit App using Actions and Outlets]] | ||
+ | #* [[An Example Interactive WatchKit App using Actions and Outlets|About the Example App]] | ||
+ | #* [[An Example Interactive WatchKit App using Actions and Outlets|Creating the TipCalcApp Project]] | ||
+ | #* [[An Example Interactive WatchKit App using Actions and Outlets|Adding the WatchKit App Target]] | ||
+ | #* [[An Example Interactive WatchKit App using Actions and Outlets|Designing the WatchKit App User Interface]] | ||
+ | #* [[An Example Interactive WatchKit App using Actions and Outlets|Reviewing the Interface Controller Class]] | ||
+ | #* [[An Example Interactive WatchKit App using Actions and Outlets|Establishing Outlet Connections]] | ||
+ | #* [[An Example Interactive WatchKit App using Actions and Outlets|Establishing Action Connections]] | ||
+ | #* [[An Example Interactive WatchKit App using Actions and Outlets|Implementing the sliderChange Action Method]] | ||
+ | #* [[An Example Interactive WatchKit App using Actions and Outlets|Implementing the calculateTip Action Method]] | ||
+ | #* [[An Example Interactive WatchKit App using Actions and Outlets|Hiding the Tip Label]]<br><br> | ||
+ | # [[An Overview of WatchKit Tables]] | ||
<br><br> | <br><br> |
Revision as of 19:35, 20 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