Contents

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.

See Also

Responding to scroll view interactions