Difference between revisions of "WatchOS 2 App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 152: Line 152:
 
#* [[An Overview of watchOS 2 WatchKit Glances|Passing Context Data to the WatchKit App]]<br><br>
 
#* [[An Overview of watchOS 2 WatchKit Glances|Passing Context Data to the WatchKit App]]<br><br>
 
# [[A watchOS 2 WatchKit Glance Tutorial]]
 
# [[A watchOS 2 WatchKit Glance Tutorial]]
 +
#* [[A watchOS 2 WatchKit Glance Tutorial|About the Glance Scene]]
 +
#* [[A watchOS 2 WatchKit Glance Tutorial|Adding the Glance to the Project]]
 +
#* [[A watchOS 2 WatchKit Glance Tutorial|Designing the Glance Scene Layout]]
 +
#* [[A watchOS 2 WatchKit Glance Tutorial|Establishing Outlet Connections]]
 +
#* [[A watchOS 2 WatchKit Glance Tutorial|Adding Data to the Glance Interface Controller]]
 +
#* [[A watchOS 2 WatchKit Glance Tutorial|Storing and Retrieving the Currently Selected Table Row]]
 +
#* [[A watchOS 2 WatchKit Glance Tutorial|Passing Context Data to the WatchKit App]]<br><br>
 +
# [[A watchOS 2 WatchKit Context Menu Tutorial]]
 
# [[A watchOS 2 WatchKit Dynamic Layout and Animation Tutorial]]
 
# [[A watchOS 2 WatchKit Dynamic Layout and Animation Tutorial]]
 
#* [[A watchOS 2 WatchKit Dynamic Layout and Animation Tutorial|Changing the Position of an Interface Object]]
 
#* [[A watchOS 2 WatchKit Dynamic Layout and Animation Tutorial|Changing the Position of an Interface Object]]

Revision as of 20:32, 24 September 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. A watchOS 2 WatchKit Dynamic Layout and Animation Tutorial
  17. An Introduction to the watchOS 2 WatchKit WKInterfacePicker Object
  18. A watchOS 2 WatchKit Picker Tutorial
  19. A WatchKit WKInterfacePicker Coordinated Animation Example
  20. Playing Movies and Audio on watchOS 2 using the WKInterfaceMovie Class
  21. A watchOS 2 WatchKit Audio Recording and Playback Example
  22. A watchOS 2 Complication Tutorial


<google>BUY_WATCHOS2</google>



Table of ContentsNext
watchOS 2 Apps – An Overview