---
title: "init(image:imageShape:title:subtitle:accessorySymbolName:)"
framework: carplay
role: symbol
role_heading: Initializer
path: "carplay/cplistimagerowitemcondensedelement/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.

## Declaration

```swift
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.
