delegate
The delegate of the scroll view.
Declaration
weak var delegate: (any UIScrollViewDelegate)? { get set }Discussion
The delegate must adopt the UIScrollViewDelegate protocol. The UIScrollView class, which doesn’t retain the delegate, invokes each protocol method the delegate implements.