Contents

selectionBoundaryAdjusted(to:touchPhase:flags:)

Notifies the system after the text view adjusts its selection.

Declaration

func selectionBoundaryAdjusted(to point: CGPoint, touchPhase touch: BESelectionTouchPhase, flags: BESelectionFlags)

Discussion

Call this method when your browser text view receives adjustSelectionBoundary(to:touchPhase:baseIsStart:flags:).

See Also

Text selection