Difference between revisions of "WatchKit App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 80: Line 80:
 
#* [[WatchKit Page-based User Interfaces and Modal Interface Controllers|Passing Context Data During a Modal Segue]]<br><br>
 
#* [[WatchKit Page-based User Interfaces and Modal Interface Controllers|Passing Context Data During a Modal Segue]]<br><br>
 
# [[A WatchKit Page-based Navigation Tutorial]]
 
# [[A WatchKit Page-based Navigation Tutorial]]
 +
#* [[A WatchKit Page-based Navigation Tutorial|Creating the Page Example Project]]
 +
#* [[A WatchKit Page-based Navigation Tutorial|Adding the WatchKit App Target]]
 +
#* [[A WatchKit Page-based Navigation Tutorial|Adding the Image Files to the Project]]
 +
#* [[A WatchKit Page-based Navigation Tutorial|Designing the First Interface Controller Scene]]
 +
#* [[A WatchKit Page-based Navigation Tutorial|Adding More Interface Controllers]]
 +
#* [[A WatchKit Page-based Navigation Tutorial|Establishing the Segues]]
 +
#* [[A WatchKit Page-based Navigation Tutorial|Assigning Interface Controllers]]
 +
#* [[A WatchKit Page-based Navigation Tutorial|Adding the Timer Interface Controller]]
 +
#* [[A WatchKit Page-based Navigation Tutorial|Adding the Modal Segues]]
 +
#* [[A WatchKit Page-based Navigation Tutorial|Configuring the Context Data]]
 +
#* [[A WatchKit Page-based Navigation Tutorial|Configuring the Timer]]
 +
#* [[A WatchKit Page-based Navigation Tutorial|Playing the Alert Sound]]<br><br>
 +
# [[Handling User Input in a WatchKit App]]
 
<br><br>
 
<br><br>

Revision as of 12:47, 23 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
  10. Handling User Input in a WatchKit App