The total number of flights of stairs climbed during the workout.
SDKs
- iOS 11.0+
- Mac Catalyst 13.0+
- watchOS 4.0+
Framework
- Health
Kit
Declaration
@property(readonly, strong) HKQuantity *totalFlightsClimbed;
Discussion
This property contains a quantity using count units, or nil
.
Note
Provide the total flights climbed value whenever the number of flights climbed is relevant to the workout type. In addition, add flights climbed samples to a workout using the add
method. These samples should sum up to the total flights climbed, while providing detailed information about how the intensity changes over the duration of the workout.