textView(_:insertInputSuggestion:)
Tells the delegate when the keyboard delivers an input suggestion.
Declaration
optional func textView(_ textView: UITextView, insertInputSuggestion inputSuggestion: UIInputSuggestion)Parameters
- textView:
The text view that is currently the first responder.
- inputSuggestion:
The input suggestion that the user or system selected.