Difference between revisions of "WatchOS 2 App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 51: Line 51:
 
#* [[An Example Interactive watchOS 2 App|Hiding the Tip Label]]
 
#* [[An Example Interactive watchOS 2 App|Hiding the Tip Label]]
 
#* [[An Example Interactive watchOS 2 App|Removing the WatchKit App]]<br><br>
 
#* [[An Example Interactive watchOS 2 App|Removing the WatchKit App]]<br><br>
 +
# [[An Overview of WatchKit Tables in watchOS 2]]
 +
#* [[An Overview of WatchKit Tables in watchOS 2|The WatchKit Table]]
 +
#* [[An Overview of WatchKit Tables in watchOS 2|Table Row Controller]]
 +
#* [[An Overview of WatchKit Tables in watchOS 2|Row Controller Type]]
 +
#* [[An Overview of WatchKit Tables in watchOS 2|Table Row Initialization]]
 +
#* [[An Overview of WatchKit Tables in watchOS 2|Implementing a Table in a WatchKit App Scene]]
 +
#* [[An Overview of WatchKit Tables in watchOS 2|Adding the Row Controller Class to the Extension]]
 +
#* [[An Overview of WatchKit Tables in watchOS 2|Associating a Row Controller with a Row Controller Class]]
 +
#* [[An Overview of WatchKit Tables in watchOS 2|Creating Table Rows at Runtime]]
 +
#* [[An Overview of WatchKit Tables in watchOS 2|Inserting Table Rows]]
 +
#* [[An Overview of WatchKit Tables in watchOS 2|Removing Table Rows]]
 +
#* [[An Overview of WatchKit Tables in watchOS 2|Scrolling to a Specific Table Row]]
 +
#* [[An Overview of WatchKit Tables in watchOS 2|Summary]]<br><br>
 +
# [[A watchOS 2 WatchKit Table Tutorial]]
 
# [[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:13, 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. An Introduction to Watch Connectivity in watchOS 2
  8. A watchOS 2 WatchConnectivity Messaging Tutorial
  9. A watchOS 2 WatchKit Dynamic Layout and Animation Tutorial
  10. An Introduction to the watchOS 2 WatchKit WKInterfacePicker Object
  11. A watchOS 2 WatchKit Picker Tutorial
  12. A WatchKit WKInterfacePicker Coordinated Animation Example
  13. Playing Movies and Audio on watchOS 2 using the WKInterfaceMovie Class
  14. A watchOS 2 WatchKit Audio Recording and Playback Example
  15. A watchOS 2 Complication Tutorial


<google>BUY_WATCHOS2</google>



Table of ContentsNext
watchOS 2 Apps – An Overview