<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CarPlay",
  "identifier" : "/documentation/CarPlay/CPListImageRowItemCondensedElement/init(image:imageShape:title:subtitle:accessorySymbolName:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "CarPlay"
    ],
    "preciseIdentifier" : "c:objc(cs)CPListImageRowItemCondensedElement(im)initWithImage:imageShape:title:subtitle:accessorySymbolName:"
  },
  "title" : "init(image:imageShape:title:subtitle:accessorySymbolName:)"
}
-->

# init(image:imageShape:title:subtitle:accessorySymbolName:)

Initialize a list image row condensed element with an image, an image shape, a title, subtitle and a system symbol name.

```
init(image: UIImage, imageShape: CPListImageRowItemCondensedElement.Shape, title: String, subtitle: String?, accessorySymbolName: String?)
```

## Parameters

`image`

The image associated to the element.

`imageShape`

The @c CPListImageRowItemCondensedElementShape shape being applied on the image.

`title`

The title of the element.

`subtitle`

The subtitle of the element.

`accessorySymbolName`

The system symbol used as an accessory view.

---

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)