Contents

UISearchSuggestion

A set of attributes that a selectable search suggestion must provide.

Declaration

@MainActor protocol UISearchSuggestion : NSObjectProtocol

Overview

Provide common or predicted search queries to save the user the time of typing their entire query in a UISearchController field. UISearchSuggestionItem provides a simple implementation of this protocol. You may also define and use your own type that conforms to UISearchSuggestion.

Topics

Describing a search suggestion

See Also

Providing search suggestions