ORKCompletionStepViewController Class Reference
| Inherits from | ORKInstructionStepViewController : ORKStepViewController : UIViewController |
|---|---|
| Declared in | ORKCompletionStepViewController.h ORKCompletionStepViewController.m |
Overview
An ORKCompletionStepViewController object is the step view controller for an
ORKCompletionStep object.
Typically, you don’t need to instantiate a completion step view controller directly. Instead, add a completion step to a task, and present the task with a task view controller. The task view controller instantiates the step view controller for the completion step.
shouldShowContinueButton
Optional property to allow showing the “Done/Next” button rather than moving this button
to the rightBarButtonItem.
@property (nonatomic) BOOL shouldShowContinueButtonDeclared In
ORKCompletionStepViewController.h
checkmarkColor
Optional property to set the color of the checkmark. This allows the checkmark to use a different color from the tintColor of the parent view.
@property (nonatomic, copy, nullable) UIColor *checkmarkColorDeclared In
ORKCompletionStepViewController.h