Difference between revisions of "WatchOS 2 App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 19: Line 19:
 
#* [[A watchOS 2 WatchConnectivity Messaging Tutorial|Testing the Application]]<br><br>
 
#* [[A watchOS 2 WatchConnectivity Messaging Tutorial|Testing the Application]]<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|Creating the Complication Project]]
 +
#* [[A watchOS 2 Complication Tutorial|Configuring the Supported Complication Families]]
 +
#* [[A watchOS 2 Complication Tutorial|Adding the Data and Image to the Data Source]]
 +
#* [[A watchOS 2 Complication Tutorial|Implementing the Placeholder Delegate Method]]
 +
#* [[A watchOS 2 Complication Tutorial|Configuring Travel Directions]]
 +
#* [[A watchOS 2 Complication Tutorial|Adding a Timeline Entry Creation Method]]
 +
#* [[A watchOS 2 Complication Tutorial|Specifying the Timeline Start and End Dates]]
 +
#* [[A watchOS 2 Complication Tutorial|Providing the Current Timeline Entry]]
 +
#* [[A watchOS 2 Complication Tutorial|Providing the Remaining Timeline Entries]]
 +
#* [[A watchOS 2 Complication Tutorial|Adding the Complication to a Clock Face]]
 +
#* [[A watchOS 2 Complication Tutorial|Testing the Complication]]<br><br>

Revision as of 13:49, 26 June 2015

This book is currently under development. Please check back for updates.

Table of Contents

  1. An Introduction to Watch Connectivity in watchOS 2
  2. A watchOS 2 WatchConnectivity Messaging Tutorial
  3. A watchOS 2 Complication Tutorial