CWKIndicatorButtonStyle Constants Reference

Declared in CWKDataTypes.h

CWKIndicatorButtonStyle

Definition

typedef NS_ENUM(NSUInteger, CWKIndicatorButtonStyle ) {
   CWKIndicatorButtonStyleColorTop,
   CWKIndicatorButtonStyleColorLeft,
   CWKIndicatorButtonStyleColorLeftMulticolor,
   CWKIndicatorButtonStyleColorPlain,
};

Constants

CWKIndicatorButtonStyleColorTop

CWKIndicatorButtonStyleColorTop includes a color strip at the top of the button

Declared In CWKDataTypes.h.

CWKIndicatorButtonStyleColorLeft

CWKIndicatorButtonStyleColorLeft includes a square color chip at the left of the button with a single color

Declared In CWKDataTypes.h.

CWKIndicatorButtonStyleColorLeftMulticolor

CWKIndicatorButtonStyleColorLeftMulticolor includes a square color chip at the left of the button with multipe colors

Declared In CWKDataTypes.h.

CWKIndicatorButtonStyleColorPlain

CWKIndicatorButtonStyleColorPlain is text only

Declared In CWKDataTypes.h.