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

# init(items:)

Creates an inset content object and populates it with the specified set of items.

```
init(items: [TVTopShelfItem])
```

## Parameters

`items`

An array of [`TVTopShelfItem`](/documentation/TVServices/TVTopShelfItem) objects representing the content that you want to display in the top shelf. This method stores a copy of the array.

## Return Value

A new inset content object containing the specified set of items.

## Discussion

---

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)