Difference between revisions of "WatchOS 2 App Development Essentials"
From Techotopia
Line 28: | Line 28: | ||
#* [[A watchOS 2 WatchKit Dynamic Layout and Animation Tutorial|Testing the Animation]]<br><br> | #* [[A watchOS 2 WatchKit Dynamic Layout and Animation Tutorial|Testing the Animation]]<br><br> | ||
# [[An Introduction to the watchOS 2 WatchKit WKInterfacePicker Object]] | # [[An Introduction to the watchOS 2 WatchKit WKInterfacePicker Object]] | ||
+ | #* [[An Introduction to the watchOS 2 WatchKit WKInterfacePicker Object|An Overview of the WKInterfacePicker Object]] | ||
+ | #* [[An Introduction to the watchOS 2 WatchKit WKInterfacePicker Object|Adding a Picker Object to a Storyboard Scene]] | ||
+ | #* [[An Introduction to the watchOS 2 WatchKit WKInterfacePicker Object|Understanding Picker Object Attributes]] | ||
+ | #* [[An Introduction to the watchOS 2 WatchKit WKInterfacePicker Object|Understanding Picker Object Styles]] | ||
+ | #* [[An Introduction to the watchOS 2 WatchKit WKInterfacePicker Object|Creating Picker Item Objects]] | ||
+ | #* [[An Introduction to the watchOS 2 WatchKit WKInterfacePicker Object|Setting the Currently Selected Item]] | ||
+ | #* [[An Introduction to the watchOS 2 WatchKit WKInterfacePicker Object|Coordinating Animations]] | ||
+ | #* [[An Introduction to the watchOS 2 WatchKit WKInterfacePicker Object|Requesting Focus for the Picker Object]] | ||
+ | #* [[An Introduction to the watchOS 2 WatchKit WKInterfacePicker Object|Enabling and Disabling a Picker Object]] | ||
+ | #* [[An Introduction to the watchOS 2 WatchKit WKInterfacePicker Object|Responding to Picker Changes]]<br><br> | ||
+ | # [[A watchOS 2 WatchKit Picker Tutorial]] | ||
# [[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 15:35, 3 July 2015
This book is currently under development. Please check back for updates.
Table of Contents
- An Introduction to Watch Connectivity in watchOS 2
- A watchOS 2 WatchConnectivity Messaging Tutorial
- About the Project
- Creating the Project
- Enabling Audio Background Mode
- Designing the iOS App User Interface
- Establishing Outlets and Actions
- Initializing Audio Playback
- Implementing the Audio Control Methods
- Initializing the iOS App Watch Connectivity Session
- Designing the WatchKit App Scene
- Initializing the WatchKit App Connectivity Session
- Sending the Message to the iOS app
- Handling the Message in the iOS app
- Testing the Application
- A watchOS 2 WatchKit Dynamic Layout and Animation Tutorial
- An Introduction to the watchOS 2 WatchKit WKInterfacePicker Object
- An Overview of the WKInterfacePicker Object
- Adding a Picker Object to a Storyboard Scene
- Understanding Picker Object Attributes
- Understanding Picker Object Styles
- Creating Picker Item Objects
- Setting the Currently Selected Item
- Coordinating Animations
- Requesting Focus for the Picker Object
- Enabling and Disabling a Picker Object
- Responding to Picker Changes
- A watchOS 2 WatchKit Picker Tutorial
- A watchOS 2 Complication Tutorial
- About the Complication Project
- Creating the Complication Project
- Configuring the Supported Complication Families
- Adding the Data and Image to the Data Source
- Implementing the Placeholder Delegate Method
- Configuring Travel Directions
- Adding a Timeline Entry Creation Method
- Specifying the Timeline Start and End Dates
- Providing the Current Timeline Entry
- Providing the Remaining Timeline Entries
- Adding the Complication to a Clock Face
- Testing the Complication