Difference between revisions of "WatchKit App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 62: Line 62:
 
#* [[A WatchKit Table Tutorial|Connecting the Outlet and Initializing the Second Table Row]]<br><br>
 
#* [[A WatchKit Table Tutorial|Connecting the Outlet and Initializing the Second Table Row]]<br><br>
 
# [[A WatchKit Table Navigation Tutorial]]
 
# [[A WatchKit Table Navigation Tutorial]]
 +
#* [[A WatchKit Table Navigation Tutorial|Table Navigation in WatchKit Apps]]
 +
#* [[A WatchKit Table Navigation Tutorial|Performing a Scene Transition]]
 +
#* [[A WatchKit Table Navigation Tutorial|Extending the TableDemoApp Project]]
 +
#* [[A WatchKit Table Navigation Tutorial|Adding the Detail Scene to the Storyboard]]
 +
#* [[A WatchKit Table Navigation Tutorial|Adding the Detail Interface Controller]]
 +
#* [[A WatchKit Table Navigation Tutorial|Adding the Detail Data Array]]
 +
#* [[A WatchKit Table Navigation Tutorial|Implementing the didSelectRow Method]]
 +
#* [[A WatchKit Table Navigation Tutorial|Modifying the awakeWithContext Method]]
 +
#* [[A WatchKit Table Navigation Tutorial|Adjusting the Interface Controller Insets]]<br><br>
 +
# [[WatchKit Page-based User Interfaces and Modal Interface Controllers]]
 
<br><br>
 
<br><br>

Revision as of 13:48, 22 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
  8. WatchKit Page-based User Interfaces and Modal Interface Controllers