An item to display in a section-based interface.
SDK
- tvOS 13.0+
Framework
- TVServices
Declaration
class TVTopShelfSectionedItem : TVTop Shelf Item
Overview
Create a TVTop
object for each item you want to display in the top shelf. Each sectioned item corresponds to one item of your app's content. For example, a video playback app uses sectioned items to represent movies or shows. Specify the image for the item using the set
method. Use the inherited play
and display
properties to let the system know what to do when the user interacts with the item.