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

# TVTopShelfCarouselContent

A set of items you present using a carousel-style interface in the top shelf.

```
class TVTopShelfCarouselContent
```

## Topics

### Creating a Carousel Content Object

[`init(style: TVTopShelfCarouselContent.Style, items: [TVTopShelfCarouselItem])`](/documentation/TVServices/TVTopShelfCarouselContent/init(style:items:))

Creates a content object for displaying items in a carousel style in the top shelf interface.

### Accessing the Carousel Items

[`var items: [TVTopShelfCarouselItem]`](/documentation/TVServices/TVTopShelfCarouselContent/items)

The items to display in the top shelf interface.

### Getting the Item Style

[`var style: TVTopShelfCarouselContent.Style`](/documentation/TVServices/TVTopShelfCarouselContent/style-swift.property)

The appearance to use when displaying items in the top shelf interface.

[`enum Style`](/documentation/TVServices/TVTopShelfCarouselContent/Style-swift.enum)

Constants indicating how you want items to appear in the top shelf interface.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`TVTopShelfContent`](/documentation/TVServices/TVTopShelfContent)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`CVarArg`](/documentation/Swift/CVarArg)

[`Equatable`](/documentation/Swift/Equatable)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)