BEScrollView
A scroll view that works with its delegate to handle nesting and customize scroll interactions.
Declaration
@MainActor class BEScrollViewOverview
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.