---
title: TVBrowserViewController
framework: tvmlkit
role: symbol
role_heading: Class
path: tvmlkit/tvbrowserviewcontroller
---

# TVBrowserViewController

A view controller that presents content in a browsable, full-screen format.

## Declaration

```swift
class TVBrowserViewController
```

## Overview

Overview Use this class to create a full-screen layout that supports full-screen browsing. This layout includes a built-in parallax effect that is triggered during the transition between cells.

## Topics

### Initializing the Browser View Controller

- [init(viewElement:)](tvmlkit/tvbrowserviewcontroller/init(viewelement:).md)

### Providing the Browser’s Data

- [dataSource](tvmlkit/tvbrowserviewcontroller/datasource.md)
- [TVBrowserViewControllerDataSource](tvmlkit/tvbrowserviewcontrollerdatasource.md)

### Managing Interactions with the Browser

- [delegate](tvmlkit/tvbrowserviewcontroller/delegate.md)
- [TVBrowserViewControllerDelegate](tvmlkit/tvbrowserviewcontrollerdelegate.md)

### Modifying the Browser Appearance

- [cornerRadius](tvmlkit/tvbrowserviewcontroller/cornerradius.md)
- [interitemSpacing](tvmlkit/tvbrowserviewcontroller/interitemspacing.md)
- [maskInset](tvmlkit/tvbrowserviewcontroller/maskinset.md)

### Accessing Browser Elements

- [centeredViewElement](tvmlkit/tvbrowserviewcontroller/centeredviewelement.md)
- [viewElement](tvmlkit/tvbrowserviewcontroller/viewelement.md)

### Managing Browser Transitions

- [TVBrowserTransitionAnimator](tvmlkit/tvbrowsertransitionanimator.md)

## Relationships

### Inherits From

- [UIViewController](uikit/uiviewcontroller.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSExtensionRequestHandling](foundation/nsextensionrequesthandling.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [UIActivityItemsConfigurationProviding](uikit/uiactivityitemsconfigurationproviding.md)
- [UIAppearanceContainer](uikit/uiappearancecontainer.md)
- [UIContentContainer](uikit/uicontentcontainer.md)
- [UIFocusEnvironment](uikit/uifocusenvironment.md)
- [UIResponderStandardEditActions](uikit/uiresponderstandardeditactions.md)
- [UIStateRestoring](uikit/uistaterestoring.md)
- [UITraitChangeObservable](uikit/uitraitchangeobservable-67e94.md)
- [UITraitEnvironment](uikit/uitraitenvironment.md)
- [UIUserActivityRestoring](uikit/uiuseractivityrestoring.md)

## See Also

### Views and View Controllers

- [TVViewElement](tvmlkit/tvviewelement.md)
- [TVInterfaceCreating](tvmlkit/tvinterfacecreating.md)
- [TVInterfaceFactory](tvmlkit/tvinterfacefactory.md)
- [TVDocumentViewController](tvmlkit/tvdocumentviewcontroller.md)
