ORKNavigationContainerButtonStyle Constants Reference

Declared in ORKTypes.h

ORKNavigationContainerButtonStyle

An enumeration of the types of button styles for Navigation Containers.

Definition

typedef NS_ENUM(NSInteger, ORKNavigationContainerButtonStyle ) {
   ORKNavigationContainerButtonStyleTextStandard = 0,
   ORKNavigationContainerButtonStyleTextBold,
   ORKNavigationContainerButtonStyleRoundedRect,
};

Constants

ORKNavigationContainerButtonStyleTextStandard
 A standard ORKText button.

Declared In ORKTypes.h.

ORKNavigationContainerButtonStyleTextBold
 A text button with Bold title.

Declared In ORKTypes.h.

ORKNavigationContainerButtonStyleRoundedRect
 A rounded rect button.

Declared In ORKTypes.h.

Declared In

ORKTypes.h