UISearchSuggestion
A set of attributes that a selectable search suggestion must provide.
Declaration
@MainActor protocol UISearchSuggestion : NSObjectProtocolOverview
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.