NSTextSuggestionsDelegate
A protocol for suggestion delegates of text fields to conform to in order to provide text suggestions in response to the user typing.
Declaration
@MainActor protocol NSTextSuggestionsDelegate<SuggestionItemType> : AnyObjectTopics
Associated Types
Instance Methods
appending(_:)appending(_:)textField(_:didSelect:)textField(_:provideUpdatedSuggestions:)textField(_:textCompletionFor:)