Contents

BEScrollView

A scroll view that works with its delegate to handle nesting and customize scroll interactions.

Declaration

@MainActor class BEScrollView

Overview

Use BEScrollView instead of UIScrollView if you need to:

  • Handle scroll updates programmatically

  • Override default scroll view behavior

  • Support scroll views that are siblings in the view hierarchy, but nested in the browser Document Object Model (DOM)

In any of these scenarios, set the scroll view’s delegate to an object that implements BEScrollViewDelegate.

Topics

Responding to scroll updates

See Also

Scroll view interaction