Skip to content

netreconlab/CareKitEssentials

CareKitEssentials

Documentation Documentation Tuturiol Xcode 13.2+ CI Status codecov License

Provides essential cards, views, models, protocols, and extensions to expedite building CareKit based applications.

Entensions

A number of public extensions are available to make using CareKit easier. All of the extensions can be found in the Extensions folder.

Usage

You can create SwiftUI views that conform to CareKitEssentialView to obtain a number of convenience methods for saving and deleting outcomes. The following views are based on CareKitEssentialView:

iOS

SliderLogTaskView can be used to quickly create a slider view

image

watchOS

DigitalCrownView can be used to quickly create a view that responds to the crown

image