Contents

textViewWritingToolsDidEnd(_:)

Tells the delegate that the current writing tools session ended.

Declaration

optional func textViewWritingToolsDidEnd(_ textView: UITextView)

Parameters

  • textView:

    The text view that ended a writing tools session.

Mentioned in

Discussion

Use this method to undo any actions you took at the start of a writing tools session to modify your app’s behavior. The text view calls this method after the writing session finishes. At this point, the text view contains the final text the person chose.

See Also

Responding to writing tools interactions