count
The number of items in the series.
Declaration
var count: Int { get }Discussion
You can access the items in the series using the corresponding query. For example, to access route data, use a HKWorkoutRouteQuery object.
The number of items in the series.
var count: Int { get }You can access the items in the series using the corresponding query. For example, to access route data, use a HKWorkoutRouteQuery object.