Contents

TVDocumentViewController

A view controller that represents a TVMLKit document.

Declaration

class TVDocumentViewController

Overview

Instances of this class serve as bridges into TVMLKit JS’s document life cycle, and allow for native event handling with TVMLKit. This class also provides a way for native clients to communicate with TVMLKit JS.

Topics

Initializing the Document View Controller

Managing Interactions with the Document

Handling Document Events

Updating the Document View Controller

Accessing the Document’s Components

See Also

Views and View Controllers