textView(_:didBeginFormattingWith:)
Declaration
optional func textView(_ textView: UITextView, didBeginFormattingWith viewController: UITextFormattingViewController)Parameters
- viewController:
The text formatting controller that is being presented.
Discussion
Informs the delegate that text formatting controller has been presented.