Contents

textField(_:insertInputSuggestion:)

Tells the delegate when the keyboard delivers an input suggestion.

Declaration

optional func textField(_ textField: UITextField, insertInputSuggestion inputSuggestion: UIInputSuggestion)

Parameters

  • textField:

    The text field that is currently the first responder.

  • inputSuggestion:

    The input suggestion that the user or system selected.

Mentioned in