Difference between revisions of "WatchKit App Development Essentials"

From Techotopia
Jump to: navigation, search
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

  1. An Overview of WatchKit Apps
  2. Building an Example WatchKit App
  3. An Overview of the WatchKit App Architecture
  4. An Example Interactive WatchKit App using Actions and Outlets
  5. An Overview of WatchKit Tables