Skip to content

netreconlab/CareKitEssentials

CareKitEssentials

Documentation Documentation Tuturiol Xcode 16.1+ 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 framework adds a number of additional cards that can be found in the Cards folder. The following add views/cards are based on CareKitEssentialView:

Shared

CareEssentialChartView to create charts from CareKit data based on SwiftUI Charts.

image

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