ORKPageStepViewController Class Reference
Inherits from | ORKStepViewController : UIViewController |
---|---|
Declared in | ORKPageStepViewController.h |
pageStep
The ORKPageStep
associated with this view controller.
@property (nonatomic, readonly, nullable) ORKPageStep *pageStep
Declared In
ORKPageStepViewController.h
– stepViewControllerForStep:
Returns the step view controller to associate with this step. By default, this will return the step view controller instantiated by the given step.
- (ORKStepViewController *)stepViewControllerForStep:(ORKStep *)step
Return Value
ORKStepViewController
subclass for this step.
Declared In
ORKPageStepViewController.h
– resultSource
Returns an ORKTaskResultSource
for the steps that are included as substeps for this
page view controller.
- (id<ORKTaskResultSource>)resultSource
Return Value
ORKTaskResultSource
for the step results
Declared In
ORKPageStepViewController.h
– goToStep:direction:animated:
Go to the given step.
- (void)goToStep:(ORKStep *)step direction:(UIPageViewControllerNavigationDirection)direction animated:(BOOL)animated
Parameters
step |
The step to go to |
---|---|
direction |
The direction in which navigate |
animated |
Should the change of view controllers be animated. |
Declared In
ORKPageStepViewController.h