Declared in TKDataFormEditor.h

TKDataFormLabelPosition

@enum TKDataFormLabelPosition

An enum that defines the label position for TKDataFormEditor.

Definition

typedef NS_ENUM(int, TKDataFormLabelPosition ) {
   TKDataFormLabelPositionLeft,
   TKDataFormLabelPositionTop,
};

Constants

TKDataFormLabelPositionLeft
 The editor label will be on the same row as the editor itself (default).

Declared In TKDataFormEditor.h.

TKDataFormLabelPositionTop
 The editor label will be above the editor.

Declared In TKDataFormEditor.h.

Declared In

TKDataFormEditor.h