jhrcook / HeartRateGraphDemo

A demo app while I prototype a graph of heart rate measurements.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph of heart rate measurements

This XCode project is a prototyping environment for a graph of heart rate measurements that will be used in my Workout Spinner watch application.

API

The goal API is to just to instantiate the view with a WorkoutTracker object.

var body: some View {
	HeartRateGraphView(workoutTracker: WorkoutTracker())
		.frame(width: 300, height: 200)
}

About

A demo app while I prototype a graph of heart rate measurements.


Languages

Language:Swift 100.0%