Difference between revisions of "WatchOS 2 App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 65: Line 65:
 
#* [[An Overview of WatchKit Tables in watchOS 2|Summary]]<br><br>
 
#* [[An Overview of WatchKit Tables in watchOS 2|Summary]]<br><br>
 
# [[A watchOS 2 WatchKit Table Tutorial]]
 
# [[A watchOS 2 WatchKit Table Tutorial]]
 +
#* [[A watchOS 2 WatchKit Table Tutorial|About the Table Example]]
 +
#* [[A watchOS 2 WatchKit Table Tutorial|Creating the Table Project]]
 +
#* [[A watchOS 2 WatchKit Table Tutorial|Adding the Table to the Scene]]
 +
#* [[A watchOS 2 WatchKit Table Tutorial|Creating the Row Controller Class]]
 +
#* [[A watchOS 2 WatchKit Table Tutorial|Establishing the Outlets]]
 +
#* [[A watchOS 2 WatchKit Table Tutorial|Connecting the Table Outlet]]
 +
#* [[A watchOS 2 WatchKit Table Tutorial|Creating the Data]]
 +
#* [[A watchOS 2 WatchKit Table Tutorial|Adding the Image Files to the Project]]
 +
#* [[A watchOS 2 WatchKit Table Tutorial|Testing the WatchKit App]]
 +
#* [[A watchOS 2 WatchKit Table Tutorial|Adding a Title Row to the Table]]
 +
#* [[A watchOS 2 WatchKit Table Tutorial|Connecting the Outlet and Initializing the Second Table Row]]<br><br>
 +
# [[Implementing watchOS 2 WatchKit Table Navigation]]
 
# [[An Introduction to Watch Connectivity in watchOS 2]]
 
# [[An Introduction to Watch Connectivity in watchOS 2]]
 
# [[A watchOS 2 WatchConnectivity Messaging Tutorial]]
 
# [[A watchOS 2 WatchConnectivity Messaging Tutorial]]

Revision as of 21:36, 23 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. An Introduction to Watch Connectivity in watchOS 2
  9. A watchOS 2 WatchConnectivity Messaging Tutorial
  10. A watchOS 2 WatchKit Dynamic Layout and Animation Tutorial
  11. An Introduction to the watchOS 2 WatchKit WKInterfacePicker Object
  12. A watchOS 2 WatchKit Picker Tutorial
  13. A WatchKit WKInterfacePicker Coordinated Animation Example
  14. Playing Movies and Audio on watchOS 2 using the WKInterfaceMovie Class
  15. A watchOS 2 WatchKit Audio Recording and Playback Example
  16. A watchOS 2 Complication Tutorial


<google>BUY_WATCHOS2</google>



Table of ContentsNext
watchOS 2 Apps – An Overview