---
title: delegate
framework: browserenginekit
role: symbol
role_heading: Instance Property
path: browserenginekit/bescrollview/delegate
---

# delegate

A delegate that responds to the scroll view’s scroll updates.

## Declaration

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

## Discussion

Discussion BEScrollView doesn’t retain the delegate, which must conform to the BEScrollViewDelegate protocol.
