Declared in TKEntityPropertyGroupTitleView.h

TKEntityPropertyGroupTitleIndicatorPosition

@enum TKEntityPropertyGroupTitleIndicatorPosition

An enum that represents the position of the title indicator

Definition

typedef NS_ENUM(NSInteger, TKEntityPropertyGroupTitleIndicatorPosition ) {
   TKEntityPropertyGroupTitleIndicatorPositionLeft,
   TKEntityPropertyGroupTitleIndicatorPositionRight,
};

Constants

TKEntityPropertyGroupTitleIndicatorPositionLeft
 The title indicator is positioned on the left.

Declared In TKEntityPropertyGroupTitleView.h.

TKEntityPropertyGroupTitleIndicatorPositionRight
 The title indicator is positioned on the right.

Declared In TKEntityPropertyGroupTitleView.h.

Declared In

TKEntityPropertyGroupTitleView.h