52
iOS8 HealthKit Deep Dive @NatashaTheRobot

HealthKit Deep Dive

Embed Size (px)

Citation preview

iOS8 HealthKit Deep Dive@NatashaTheRobot

Agenda

• A Swift Introduction

• Playgrounds Basic

• It’s PlayTime!

• Demo: Advanced HealthKit

• HealthKit Best Practices

A Swift Introduction

Hello, World!

Type Inference

Option + Click

Optionals?!

Downcasting

Functions

Enums

Playground Basics

• Experiment

• Learn

• Algorithm Development

• Fun

HKUnit HKQuantity

NSMassFormatter NSEnergyFormatter NSLengthFormatter

It’s Play Time!https://github.com/NatashaTheRobot/wnt2014

Demo: Advanced HealthKit

Requesting User Data

• HKCharacteristicTypeIdentifierDateOfBirth

• HKCharacteristicTypeIdentifierBiologicalSex

• HKCharacteristicTypeIdentifierBloodType

Querying Fitness Data

Best Practices

Localization

• NSMassFormatter

• NSEnergyFormatter

• NSLengthFormatter

Questions?@NatashaTheRobot