Difference between revisions of "WatchKit App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 72: Line 72:
 
#* [[A WatchKit Table Navigation Tutorial|Adjusting the Interface Controller Insets]]<br><br>
 
#* [[A WatchKit Table Navigation Tutorial|Adjusting the Interface Controller Insets]]<br><br>
 
# [[WatchKit Page-based User Interfaces and Modal Interface Controllers]]
 
# [[WatchKit Page-based User Interfaces and Modal Interface Controllers]]
 +
#* [[WatchKit Page-based User Interfaces and Modal Interface Controllers|The Elements of a Page-based WatchKit Interface]]
 +
#* [[WatchKit Page-based User Interfaces and Modal Interface Controllers|Associating Page Scenes]]
 +
#* [[WatchKit Page-based User Interfaces and Modal Interface Controllers|Managing Pages at Runtime]]
 +
#* [[WatchKit Page-based User Interfaces and Modal Interface Controllers|Modal Presentation of Interface Controllers]]
 +
#* [[WatchKit Page-based User Interfaces and Modal Interface Controllers|Modal Presentation in Code]]
 +
#* [[WatchKit Page-based User Interfaces and Modal Interface Controllers|Modal Presentation using Storyboard Segues]]
 +
#* [[WatchKit Page-based User Interfaces and Modal Interface Controllers|Passing Context Data During a Modal Segue]]<br><br>
 +
# [[A WatchKit Page-based Navigation Tutorial]]
 
<br><br>
 
<br><br>

Revision as of 14:36, 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
  9. A WatchKit Page-based Navigation Tutorial