delegate
A delegate that responds to the scroll view’s scroll updates.
Declaration
weak var delegate: (any BEScrollViewDelegate)? { get set }Discussion
BEScrollView doesn’t retain the delegate, which must conform to the BEScrollViewDelegate protocol.