Contents

selectionChangedWithGesture(at:gesture:state:flags:)

Notifies the system that the text view changed its selection.

Declaration

func selectionChangedWithGesture(at point: CGPoint, gesture gestureType: BEGestureType, state gestureState: UIGestureRecognizer.State, flags: BESelectionFlags)

Discussion

Call this method when your browser text view receives updateCurrentSelection(to:from:in:).

See Also

Text selection