Contents

textInteractionGesture(_:shouldBeginAt:)

Returns whether a gesture at the given point in the view needs to begin.

Declaration

func textInteractionGesture(_ gestureType: BEGestureType, shouldBeginAt point: CGPoint) -> Bool

Parameters

  • gestureType:

    The type of gesture that’s possibly beginning.

  • point:

    The location of the gesture in the text view.

Mentioned in

Return Value

true to permit the text system to proceed with the gesture; false otherwise.