Inherits from UIView
Declared in DTCursorView.h

Overview

Class for representing a caret (aka cursor) in DTRichTextEditorView.

The backgroundColor of the cursor view is the caret color, the default is the same blue that Apple uses.

Tasks

Setting the State

Properties

state

The current state of the cursor.

@property (nonatomic, assign) DTCursorState state

Discussion

Possible states are:

  • DTCursorStateBlinking
  • DTCursorStateStatic

Declared In

DTCursorView.h