Declared in UZTextView.h

UZTextViewStatus

Status of the current selection range of UZTextView class.

Definition

typedef NS_ENUM(NSUInteger, UZTextViewStatus ) {
   UZTextViewNoSelection = 0,
   UZTextViewSelected = 1,
   UZTextViewEditingFromSelection = 2,
   UZTextViewEditingToSelection = 3,
};

Constants

UZTextViewNoSelection

User does not select any text.

Declared In UZTextView.h.

UZTextViewSelected

User selects some text.

Declared In UZTextView.h.

UZTextViewEditingFromSelection

User is moving the left cursor of a selected range.

Declared In UZTextView.h.

UZTextViewEditingToSelection

User is moving the right cursor of a selected range.

Declared In UZTextView.h.

Declared In

UZTextView.h