init(localizedSuggestion:localizedDescription:)
Creates a search suggestion with the specified label and accessibility description.
Declaration
init(localizedSuggestion suggestion: String, localizedDescription description: String?)Parameters
- suggestion:
A label for the suggestion, usually the search term the suggestion represents.
- description:
A description of the suggestion. The system uses this description for accessibility.