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

# init(sections:)

Creates a sectioned content object and populates it with the specified sections.

```
init(sections: [TVTopShelfItemCollection<TVTopShelfSectionedItem>])
```

## Parameters

`sections`

An array of [`TVTopShelfItemCollection`](/documentation/TVServices/TVTopShelfItemCollection) objects, representing the sections of your interface.

## Return Value

A new sectioned content object containing the specified sections.

## 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)