your 1st apple watch application

21
Apple Watch Your first application iOS Practice Leaders Alexey Chulochnikov

Upload: ciklum

Post on 23-Jul-2015

106 views

Category:

Technology


5 download

TRANSCRIPT

Page 1: Your 1st Apple watch Application

Apple WatchYour first application

iOS Practice LeadersAlexey Chulochnikov

Page 2: Your 1st Apple watch Application

Agenda

• Watch App architecture• Apple watch interfaces• Initial impressions

Page 3: Your 1st Apple watch Application

WatchKit App and extensioncommunication

Apple Watch

WatchKit App

WatchKit

Storyboard

Resources

iPhone

WatchKit Extension

WatchKit

Code

Resources

Page 4: Your 1st Apple watch Application

WatchKit App Life Cycle

Page 5: Your 1st Apple watch Application

Launching a WatchKit app

Load initial interface controller

Launch WatchKit app

Initialize UI Display UI

Storyboard

Interface controller

init willActivate

awakeWithContext:

watchKit extensio

n

Page 6: Your 1st Apple watch Application

Interface controllerslife cycle

Display UIUser interacts

with UIUser stops interacting

willActivatevarious action

methods didDeactivate

Suspend extension

Interface controller

Page 7: Your 1st Apple watch Application

UI elements

Page 8: Your 1st Apple watch Application

Groups

Page 9: Your 1st Apple watch Application

Maps

Page 10: Your 1st Apple watch Application

Date & Timer Labels

Page 11: Your 1st Apple watch Application

Menus

Page 12: Your 1st Apple watch Application

App Components

Page 13: Your 1st Apple watch Application

Glances

Page 14: Your 1st Apple watch Application

NotificationsShort looks

Page 15: Your 1st Apple watch Application

NotificationsLong looks

Page 16: Your 1st Apple watch Application

WatchKit to iOS

Page 17: Your 1st Apple watch Application

iOS to WatchKit

Page 18: Your 1st Apple watch Application

Adding Handoff to the Glance

inform WatchKit that there’s a user activity going on

Handle user activity

Page 19: Your 1st Apple watch Application

Passing Segue Data

Page 20: Your 1st Apple watch Application

Receiving Context Data

Page 21: Your 1st Apple watch Application

More informationWatchKit App Architecturehttp://bit.ly/watchKit_app_architecture

App Componentshttp://bit.ly/app_components

UI Elementshttp://bit.ly/ui_elements

HipChathttp://bit.ly/ciklum_apple_watch

BitBuckethttps://bitbucket.org/WooD1k/watchcurrency

Slideshttp://bit.ly/ciklum_watch_slides