healthkit deep dive
Post on 02-Aug-2015
405 views
Embed Size (px)
TRANSCRIPT
1. iOS8 HealthKit Deep Dive @NatashaTheRobot 2. Agenda A Swift Introduction Playgrounds Basic Its PlayTime! Demo: Advanced HealthKit HealthKit Best Practices 3. A Swift Introduction 4. Hello, World! 5. Type Inference 6. Option + Click 7. Optionals?! 8. Downcasting 9. Functions 10. Enums 11. Playground Basics Experiment Learn Algorithm Development Fun 12. HKUnit HKQuantity 13. NSMassFormatter NSEnergyFormatter NSLengthFormatter 14. Its Play Time! https://github.com/NatashaTheRobot/wnt2014 15. Demo: Advanced HealthKit 16. Requesting User Data HKCharacteristicTypeIdentierDateOfBirth HKCharacteristicTypeIdentierBiologicalSex HKCharacteristicTypeIdentierBloodType 17. Querying Fitness Data 18. Best Practices 19. Localization NSMassFormatter NSEnergyFormatter NSLengthFormatter 20. Questions? @NatashaTheRobot