Building a COVID-19 symptom tracker in CareKit: Part 1
Apr 9, 2020, 4:27 AM
Source: CareKit by carekit-apple (BSD)IntroductionCareKit is a powerful OpenSource framework which provides a lot of functionality out of the box to help us build applications to help guide users through Care plans.In order to get to grips...
Introductions: HealthKit, ResearchKit and CareKit
Apr 3, 2020, 4:28 AM
Building apps related to one’s health and wellbeing is one of the most rewarding experiences. As an engineer, we can get a real sense of doing good, but it can also be one of the more challenging environments to develop in.While Apple has...
Introductions: HealthKit, ResearchKit and CareKit
Apr 3, 2020, 4:28 AM
Building apps related to one’s health and wellbeing is one of the most rewarding experiences. As an engineer, we can get a real sense of doing good, but it can also be one of the more challenging environments to develop in.While Apple has...
Testing for iOS engineers
Nov 8, 2017, 10:02 AM
TL;DR There are many kinds of tests that can be written by developers; all have their place and all can be hugely valuable. Writing tests will ensure you are being a good team player and your colleagues will appreciate it.Why...
UIStackView: A Public Service announcement
Oct 27, 2017, 5:47 AM
TL;DR: Please stop using UIStackView to build complex reusable views.UIStackView was released in iOS 9 and it is a marvellous thing. With just a single click we can add to and edit our views and barely even need to think about autolayout....