interactionWillBegin(_:)
Tells the delegate that the text interaction will begin.
Declaration
optional func interactionWillBegin(_ interaction: UITextInteraction)Parameters
- interaction:
The text interaction that called this method.
Tells the delegate that the text interaction will begin.
optional func interactionWillBegin(_ interaction: UITextInteraction)The text interaction that called this method.