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

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

Initialize a card element with an image.

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

---

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)