ORKPageNavigationDirection Constants Reference
| Declared in | ORKPageStepViewController.m |
|---|
ORKPageNavigationDirection
Definition
typedef NS_ENUM(NSInteger, ORKPageNavigationDirection ) {
ORKPageNavigationDirectionNone = 0,
ORKPageNavigationDirectionForward = 1,
ORKPageNavigationDirectionReverse = -1,
};