BEScrollViewScrollUpdate
An object that describes a change in a scroll view’s scroll state.
Declaration
@MainActor class BEScrollViewScrollUpdateOverview
When a person scrolls a BEScrollView, the system calls the view’s delegate’s scrollView(_:handle:completion:) method with an instance of this class as the handle parameter. Your app can continue to receive BEScrollViewScrollUpdate objects after the person completes their scroll gesture, as the scroll decelerates.