init(sections:)
Creates a sectioned content object and populates it with the specified sections.
Declaration
init(sections: [TVTopShelfItemCollection<TVTopShelfSectionedItem>])Parameters
- sections:
An array of Tvtopshelfitemcollection objects, representing the sections of your interface.
Return Value
A new sectioned content object containing the specified sections.