cadence(_:unit:)
Creates a new cadence alert for the target range.
Declaration
static func cadence(_ range: ClosedRange<Double>, unit: UnitFrequency = WorkoutAlertMetric.countPerMinute) -> SelfParameters
- range:
A closed range representing the cadence’s value.
- unit:
The frequency units for the specified range.