ORKWalkingTaskStep Class Reference

Inherits from ORKActiveStep : ORKStep : NSObject
Declared in ORKWalkingTaskStep.h

The ORKWalkingTaskStep class implements a step that’s used in the predefined walking task.

You don’t usually need to instantiate a walking step directly; instead, it is instantiated as part of a predefined task. See the predefined active tasks defined in ORKOrderedTask.

  numberOfStepsPerLeg

The number of steps the user should be asked to take in each leg of the walking task step.

@property (nonatomic, assign) NSInteger numberOfStepsPerLeg

Discussion

The step finishes when the number of steps have been completed, or after 1.5 * numberOfStepsPerLeg seconds, whichever comes first.

Declared In

ORKWalkingTaskStep.h