textView(_:willBeginFormattingWith:)
Declaration
optional func textView(_ textView: UITextView, willBeginFormattingWith viewController: UITextFormattingViewController)Parameters
- viewController:
The text formatting controller that is being presented.
Discussion
Informs the delegate that text formatting controller is about to be presented.