ORKWaitStepViewController Class Reference
Inherits from | ORKStepViewController : UIViewController |
---|---|
Declared in | ORKWaitStepViewController.h |
The ORKWaitStepViewController
class represents the step view controller that corresponds to an ORKWaitStep
.
It is not usually necessary to instantiate this view controller directly. Instead, add a wait step to a task, and present the task in a task view controller.
– setProgress:animated:
Updates the amount of progress displayed in the progress bar if the current indicator mask is set to progress bar.
- (void)setProgress:(CGFloat)progress animated:(BOOL)animated
Parameters
progress |
The fraction of work completed on the range of zero to one. |
---|---|
animated |
If true, the update is animated. |
Declared In
ORKWaitStepViewController.h
– updateText:
Updates the text on the step with the process that is occuring.
- (void)updateText:(NSString *)text
Parameters
text |
The description of the process that is occuring. |
---|
Declared In
ORKWaitStepViewController.h