<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UISearchSuggestionItem/init(localizedSuggestion:localizedDescription:iconImage:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UISearchSuggestionItem(im)initWithLocalizedSuggestion:localizedDescription:iconImage:"
  },
  "title" : "init(localizedSuggestion:localizedDescription:iconImage:)"
}
-->

# init(localizedSuggestion:localizedDescription:iconImage:)

Creates a search suggestion with the specified text and image attributes.

```
init(localizedSuggestion suggestion: String, localizedDescription description: String?, iconImage: UIImage?)
```

## 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.

`iconImage`

An image for display on the suggestion.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)