Contents

UIScrollViewDelegate

The interface for the delegate of a scroll view.

Declaration

@MainActor protocol UIScrollViewDelegate : NSObjectProtocol

Overview

The methods that the UIScrollViewDelegate protocol declares allow the adopting delegate to respond to messages from the UIScrollView class. The delegate responds to and affects operations like scrolling, zooming, deceleration of scrolled content, and scrolling animations.

Topics

Responding to scrolling and dragging

Managing zooming

Responding to scrolling animations

Responding to inset changes

See Also

Responding to scroll view interactions