---
title: delegate
framework: tvmlkit
role: symbol
role_heading: Instance Property
path: tvmlkit/tvbrowserviewcontroller/delegate
---

# delegate

The object that acts as the delegate and handles callbacks for the browser view.

## Declaration

```swift
weak var delegate: (any TVBrowserViewControllerDelegate)? { get set }
```

## See Also

### Managing Interactions with the Browser

- [TVBrowserViewControllerDelegate](tvmlkit/tvbrowserviewcontrollerdelegate.md)
