Skip to main content

typing-suggester-properties

options

The structure that contains the suggestion configuration.

public let options: TypingSuggestionOptions

Methods

typingSuggestion(in:)

Checks if the user typed the recognising symbol and returns the typing suggestion.

public func typingSuggestion(in textView: UITextView) -> TypingSuggestion? 

Parameters

  • textView: The UITextView the user is currently typing.

Returns

Did you find this page helpful?