Declared in UZTextView.h

UZTextViewGlyphEdgeType

Type of cursor view’s direction.

Definition

typedef NS_ENUM(NSUInteger, UZTextViewGlyphEdgeType ) {
   UZTextViewLeftEdge = 0,
   UZTextViewRightEdge = 1,
};

Constants

UZTextViewLeftEdge

The cursor is at the left edge of a selected range.

Declared In UZTextView.h.

UZTextViewRightEdge

The cursor is at the right edge of a selected range.

Declared In UZTextView.h.

Declared In

UZTextView.h