<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AccessorySetupKit",
  "identifier" : "/documentation/AccessorySetupKit/ASPickerDisplayItem/init(name:productImage:descriptor:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "AccessorySetupKit"
    ],
    "preciseIdentifier" : "c:objc(cs)ASPickerDisplayItem(im)initWithName:productImage:descriptor:"
  },
  "title" : "init(name:productImage:descriptor:)"
}
-->

# init(name:productImage:descriptor:)

Creates a picker display item with a name and image to display and a descriptor to match discovered accessories.

```
init(name: String, productImage: UIImage, descriptor: ASDiscoveryDescriptor)
```

## Parameters

`name`

The accessory name to display in the picker.

`productImage`

An image of the accessory to display in the picker.

`descriptor`

A descriptor that the picker uses to determine which discovered accessories to display.

---

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)