ORKPageNavigationDirection Constants Reference

Declared in ORKPageStepViewController.m

ORKPageNavigationDirection

Definition

typedef NS_ENUM(NSInteger, ORKPageNavigationDirection ) {
   ORKPageNavigationDirectionNone = 0,
   ORKPageNavigationDirectionForward = 1,
   ORKPageNavigationDirectionReverse = -1,
};

Constants

ORKPageNavigationDirectionNone

Declared In ORKPageStepViewController.m.

ORKPageNavigationDirectionForward

Declared In ORKPageStepViewController.m.

ORKPageNavigationDirectionReverse

Declared In ORKPageStepViewController.m.