ORKStepViewControllerNavigationDirection Constants Reference
| Declared in | ORKStepViewController.h |
|---|
ORKStepViewControllerNavigationDirection
An enumeration of values used in ORKStepViewControllerDelegate to indicate the direction of navigation
requested by the participant.
Definition
typedef NS_ENUM(NSInteger, ORKStepViewControllerNavigationDirection ) {
ORKStepViewControllerNavigationDirectionForward,
ORKStepViewControllerNavigationDirectionReverse,
};
Constants
ORKStepViewControllerNavigationDirectionForward-
Forward navigation. Indicates that the user tapped the Continue or Next button.
Declared In
ORKStepViewController.h. ORKStepViewControllerNavigationDirectionReverse-
Backward navigation. Indicates that the user tapped the Back button.
Declared In
ORKStepViewController.h.
Declared In
ORKStepViewController.h