<!--
{
  "availability" : [
    "tvOS: 12.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TVUIKit",
  "identifier" : "/documentation/TVUIKit/TVCardView",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "TVUIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)TVCardView"
  },
  "title" : "TVCardView"
}
-->

# TVCardView

A view that responds to focus interaction with a motion effect it applies to all of its subviews.

```
class TVCardView
```

## Overview

A `TVCardView` object is a specialized version of [`TVLockupView`](/documentation/TVUIKit/TVLockupView) that presents an arbitrarily composed view hierarchy in a floating content view. You add custom subviews to the [`contentView`](/documentation/TVUIKit/TVLockupView/contentView) property, and the subviews act as a single unit in regard to selection and motion effects. You typically use a TVCardView to display ratings and reviews for a media item. The following figure shows a rating card that consists of two label views (the rating and related information) and an image view (the stars).

![A darkened screen with a highlighted box in the upper left corner containing the rating for a media item.](images/com.apple.tvuikit/media-3016830@2x.png)

## Topics

### Setting the Background Color

[`cardBackgroundColor`](/documentation/TVUIKit/TVCardView/cardBackgroundColor)

The background color of the content 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)