A protocol that defines methods used to create views and view controllers.
SDK
- tvOS 9.0+
Framework
- TVMLKit
Declaration
@protocol TVInterfaceCreating
Overview
This protocol contains methods used to create views and view controllers from a TVView
.
A protocol that defines methods used to create views and view controllers.
SDK
Framework
@protocol TVInterfaceCreating
This protocol contains methods used to create views and view controllers from a TVView
.
- image For Resource:
Returns the image for the given resource
- URLFor Resource:
Returns a URL for the given resource.
- view Controller For Element: existing View Controller:
Returns a view controller for a view element.
- view For Element: existing View:
Returns a view for a view element.
- collection View Cell Class For Element:
Returns a collection view cell for the specified element.
- player View Controller For Player:
Returns the custom player user interface for a custom player.
TVView Element
A representation of a read-only DOM node.
TVInterface Factory
A factory for the creation of views and view controllers.
TVBrowser View Controller
A view controller that presents content in a browsable, full-screen format.
TVDocument View Controller
A view controller that represents a TVMLKit document.