A factory for the creation of views and view controllers.
SDK
- tvOS 9.0+
Framework
- TVMLKit
Declaration
class TVInterfaceFactory : NSObject
Overview
The app can extend or override the framework implementation by setting extended
.
A factory for the creation of views and view controllers.
SDK
Framework
class TVInterfaceFactory : NSObject
The app can extend or override the framework implementation by setting extended
.
var extended Interface Creator: TVInterface Creating?
The interface that is being extended.
class func shared() -> Self
Returns the singleton instance of the interface factory.
class TVView Element
A representation of a read-only DOM node.
protocol TVInterface Creating
A protocol that defines methods used to create views and view controllers.
class TVBrowser View Controller
A view controller that presents content in a browsable, full-screen format.
class TVDocument View Controller
A view controller that represents a TVMLKit document.