Difference between revisions of "WatchKit App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 182: Line 182:
 
#* [[A WatchKit Glance Tutorial|Passing Context Data to the WatchKit App]]<br><br>
 
#* [[A WatchKit Glance Tutorial|Passing Context Data to the WatchKit App]]<br><br>
 
# [[A WatchKit Context Menu Tutorial]]
 
# [[A WatchKit Context Menu Tutorial]]
 +
#* [[A WatchKit Context Menu Tutorial|An Overview of WatchKit Context Menus]]
 +
#* [[A WatchKit Context Menu Tutorial|Designing Menu Item Images]]
 +
#* [[A WatchKit Context Menu Tutorial|Creating a Context Menu in Interface Builder]]
 +
#* [[A WatchKit Context Menu Tutorial|Adding and Removing Menu Items in Code]]
 +
#* [[A WatchKit Context Menu Tutorial|Creating the Context Menu Example Project]]
 +
#* [[A WatchKit Context Menu Tutorial|Adding the WatchKit App Target]]
 +
#* [[A WatchKit Context Menu Tutorial|Designing the WatchKit App User Interface]]
 +
#* [[A WatchKit Context Menu Tutorial|Designing the Context Menu]]
 +
#* [[A WatchKit Context Menu Tutorial|Establishing the Action Connections]]
 +
#* [[A WatchKit Context Menu Tutorial|Testing the Context Menu App]]<br><br>
 +
# [[Working with Images in WatchKit]]
 +
#* [[Working with Images in WatchKit|Displaying Images in WatchKit Apps]]
 +
#* [[Working with Images in WatchKit|Images Originating in the WatchKit Extension]]
 +
#* [[Working with Images in WatchKit|Understanding Named Images]]
 +
#* [[Working with Images in WatchKit|Adding Images to a WatchKit App]]
 +
#* [[Working with Images in WatchKit|Caching Extension-based Images on the Watch Device]]
 +
#* [[Working with Images in WatchKit|Compressing Large Images]]
 +
#* [[Working with Images in WatchKit|Specifying the WKInterfaceImage Object Dimensions in Code]]
 +
#* [[Working with Images in WatchKit|Displaying Animated Images]]
 +
#* [[Working with Images in WatchKit|Template Images and Tinting]]<br><br>
 +
# [[A WatchKit Animated Image Tutorial]]
 
<br><br>
 
<br><br>

Revision as of 14:55, 11 May 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. WatchKit App and Parent iOS App Communication
  11. A WatchKit openParentApplication Example Project
  12. Handling User Input in a WatchKit App
  13. Sharing Data Between a WatchKit App and the Containing iOS App
  14. WatchKit Extension and iOS App File and Data Sharing - A Tutorial
  15. Configuring Preferences with the WatchKit Settings Bundle
  16. A WatchKit Settings Bundle Tutorial
  17. An Overview of WatchKit Glances
  18. A WatchKit Glance Tutorial
  19. A WatchKit Context Menu Tutorial
  20. Working with Images in WatchKit
  21. A WatchKit Animated Image Tutorial