Difference between revisions of "WatchOS 2 App Development Essentials"
From Techotopia
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 Contents | Next | |
watchOS 2 Apps – An Overview |
<google>BUY_WATCHOS2</google>
Table of Contents
- watchOS 2 Apps – An Overview
- Building an Example watchOS 2 WatchKit App
- An Overview of the watchOS 2 App Architecture
- An Example Interactive watchOS 2 App
- About the Example App
- Creating the TipCalcApp Project
- Adding the WatchKit App Target
- Designing the WatchKit App User Interface
- Reviewing the Interface Controller Class
- Establishing Outlet Connections
- Establishing Action Connections
- Implementing the sliderChange Action Method
- Implementing the calculateTip Action Method
- Hiding the Tip Label
- Removing the WatchKit App
- An Overview of WatchKit Tables in watchOS 2
- The WatchKit Table
- Table Row Controller
- Row Controller Type
- Table Row Initialization
- Implementing a Table in a WatchKit App Scene
- Adding the Row Controller Class to the Extension
- Associating a Row Controller with a Row Controller Class
- Creating Table Rows at Runtime
- Inserting Table Rows
- Removing Table Rows
- Scrolling to a Specific Table Row
- Summary
- A watchOS 2 WatchKit Table Tutorial
- 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 WatchKit WKInterfacePicker Coordinated Animation Example
- About the Coordinate Image Picker Project
- Generating Radial Animations
- Creating the Example Project
- Designing the WatchKit App user Interface
- Adding the Picker Image Sequences to the Project
- Adding the Group Background Image Sequences to the Project
- Implementing the Picker Animation Sequence
- Configuring the Group Background Animation
- Testing the App
- Playing Movies and Audio on watchOS 2 using the WKInterfaceMovie Class
- A watchOS 2 WatchKit Audio Recording and Playback Example
- The Audio Recording Controller
- Launching the Audio Recording Controller
- Using App Groups to Share Media File Access
- The Audio Recording and Playback Tutorial
- Designing the Main Storyboard Scene
- Creating and Joining the App Group
- Constructing the Save File URL
- Implementing the Recording Code
- Implementing the Playback Code
- Testing the WatchKit App
- 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
<google>BUY_WATCHOS2</google>
Table of Contents | Next | |
watchOS 2 Apps – An Overview |