Declared in DTCursorView.h

DTCursorState

The current cursor state

Definition

typedef NS_ENUM(NSUInteger, DTCursorState ) {
   DTCursorStateBlinking = 0,
   DTCursorStateStatic,
};

Constants

DTCursorStateBlinking
Cursor is blinking

Declared In DTCursorView.h.

DTCursorStateStatic
Cursor is not blinking

Declared In DTCursorView.h.

Declared In

DTCursorView.h