Contents

init(name:productImage:accessory:)

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

Declaration

init(name: String, productImage: UIImage, accessory: ASDiscoveredAccessory)

Parameters

  • name:

    The accessory name to display in the picker.

  • productImage:

    An image of the accessory to display in the picker.

  • accessory:

    App filtered accessory to display in the picker.