An array of content items that are the items of a section.
SDK
- tvOS 9.0–13.0Deprecated
Framework
- TVServices
Declaration
@property(nonatomic, copy) NSArray<TVContent Item *> *topShelfItems;
Discussion
If this property is non-nil
, the content item represents a section item in a sectioned Top Shelf style. For more information, see TVTop
. The title property must also be set to a non-nil
string.