workoutBuilder(_:didEnd:)
Tells the delegate that the current workout activity has ended.
Declaration
optional func workoutBuilder(_ workoutBuilder: HKLiveWorkoutBuilder, didEnd workoutActivity: HKWorkoutActivity)Parameters
- workoutBuilder:
The workout builder that received the new activity.
- workoutActivity:
The workout activity that just ended.