Difference between revisions of "WatchOS 2 App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 257: Line 257:
 
#* [[A watchOS 2 WatchKit Audio Recording and Playback Example|Implementing the Playback Code]]
 
#* [[A watchOS 2 WatchKit Audio Recording and Playback Example|Implementing the Playback Code]]
 
#* [[A watchOS 2 WatchKit Audio Recording and Playback Example|Testing the WatchKit App]]<br><br>
 
#* [[A watchOS 2 WatchKit Audio Recording and Playback Example|Testing the WatchKit App]]<br><br>
 +
# [[An Overview of ClockKit and Apple Watch Complications]]
 +
#* [[An Overview of ClockKit and Apple Watch Complications|What is a Complication?]]
 +
#* [[An Overview of ClockKit and Apple Watch Complications|Complication Families and Templates]]
 +
#* [[An Overview of ClockKit and Apple Watch Complications|The Complication Data Source]]
 +
#* [[An Overview of ClockKit and Apple Watch Complications|Complication Timeline Entry Objects]]
 +
#* [[An Overview of ClockKit and Apple Watch Complications|Complication Template Objects]]
 +
#* [[An Overview of ClockKit and Apple Watch Complications|Text Provider Classes]]
 +
#* [[An Overview of ClockKit and Apple Watch Complications|Image Provider Class]]
 +
#* [[An Overview of ClockKit and Apple Watch Complications|Creating a Timeline Entry Object]]
 +
#* [[An Overview of ClockKit and Apple Watch Complications|The Complication Data Source Delegate Methods]]
 +
#* [[An Overview of ClockKit and Apple Watch Complications|Managing Complications with the CLKComplicationServer Object]]<br><br>
 
# [[A watchOS 2 Complication Tutorial]]
 
# [[A watchOS 2 Complication Tutorial]]
 
#* [[A watchOS 2 Complication Tutorial|About the Complication Project]]
 
#* [[A watchOS 2 Complication Tutorial|About the Complication Project]]

Revision as of 20:53, 25 October 2015

Table of ContentsNext
watchOS 2 Apps – An Overview


<google>BUY_WATCHOS2</google>


Table of Contents

  1. watchOS 2 Apps – An Overview
  2. Building an Example watchOS 2 WatchKit App
  3. An Overview of the watchOS 2 App Architecture
  4. An Example Interactive watchOS 2 App
  5. An Overview of WatchKit Tables in watchOS 2
  6. A watchOS 2 WatchKit Table Tutorial
  7. Implementing watchOS 2 WatchKit Table Navigation
  8. watchOS 2 Page-based User Interfaces and Modal Interface Controllers
  9. A watchOS 2 WatchKit Page-based Interface Tutorial
  10. Handling User Input in a watchOS 2 WatchKit App
  11. An Introduction to Watch Connectivity in watchOS 2
  12. A watchOS 2 WatchConnectivity Messaging Tutorial
  13. An Overview of watchOS 2 WatchKit Glances
  14. A watchOS 2 WatchKit Glance Tutorial
  15. A watchOS 2 WatchKit Context Menu Tutorial
  16. Working with Images in WatchKit and watchOS 2
  17. A watchOS 2 WatchKit Animated Image Tutorial
  18. A watchOS 2 WatchKit Dynamic Layout and Animation Tutorial
  19. Working with Fonts and Attributed Strings in watchOS 2
  20. A watchOS 2 App Custom Font Tutorial
  21. An Introduction to the watchOS 2 WatchKit WKInterfacePicker Object
  22. A watchOS 2 WatchKit Picker Tutorial
  23. A WatchKit WKInterfacePicker Coordinated Animation Example
  24. Sharing watchOS 2 Media Files Using App Groups
  25. Playing Movies and Audio on watchOS 2 using the WKInterfaceMovie Class
  26. A watchOS 2 WatchKit Audio Recording and Playback Example
  27. An Overview of ClockKit and Apple Watch Complications
  28. A watchOS 2 Complication Tutorial


<google>BUY_WATCHOS2</google>



Table of ContentsNext
watchOS 2 Apps – An Overview