Difference between revisions of "WatchKit App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 38: Line 38:
 
# [[An Overview of WatchKit Tables]]
 
# [[An Overview of WatchKit Tables]]
 
# [[A WatchKit Table Tutorial]]
 
# [[A WatchKit Table Tutorial]]
 +
#* [[A WatchKit Table Tutorial|About the Table Example]]
 +
#* [[A WatchKit Table Tutorial|Creating the Table Project]]
 +
#* [[A WatchKit Table Tutorial|Adding the WatchKit App Target]]
 +
#* [[A WatchKit Table Tutorial|Adding the Table to the Scene]]
 +
#* [[A WatchKit Table Tutorial|Creating the Row Controller Class]]
 +
#* [[A WatchKit Table Tutorial|Establishing the Outlets]]
 +
#* [[A WatchKit Table Tutorial|Connecting the Table Outlet]]
 +
#* [[A WatchKit Table Tutorial|Creating the Data]]
 +
#* [[A WatchKit Table Tutorial|Adding the Image Files to the Project]]
 +
#* [[A WatchKit Table Tutorial|Testing the WatchKit App]]
 +
#* [[A WatchKit Table Tutorial|Adding a Title Row to the Table]]
 +
#* [[A WatchKit Table Tutorial|Connecting the Outlet and Initializing the Second Table Row]]<br><br>
 +
# [[A WatchKit Table Navigation Tutorial]]
 
<br><br>
 
<br><br>

Revision as of 17:19, 21 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
  6. A WatchKit Table Tutorial
  7. A WatchKit Table Navigation Tutorial