---
title: "init(image:showsImageFullHeight:title:subtitle:tintColor:)"
framework: carplay
role: symbol
role_heading: Initializer
path: "carplay/cplistimagerowitemcardelement/init(image:showsimagefullheight:title:subtitle:tintcolor:)"
---

# init(image:showsImageFullHeight:title:subtitle:tintColor:)

Initialize a card element with an image.

## Declaration

```swift
init(image: UIImage, showsImageFullHeight: Bool, title: String?, subtitle: String?, tintColor: UIColor?)
```

## Parameters

- `image`: The image to display in the card.
- `showsImageFullHeight`: Whether the image should fill the full height of the card.
- `title`: The title text for the card.
- `subtitle`: The subtitle text for the card.
- `tintColor`: The tint color for the card.
