UIKit.UIScrollViewDelegate: Method Members

The methods of UIKit.UIScrollViewDelegate are listed below. For a list of all members, see the UIScrollViewDelegate Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

DecelerationEnded(UIScrollView)
Called when deceleration has ended (at the end of a scrolling movement).
DecelerationStarted(UIScrollView)
Called when deceleration has started (at the end of a scrolling movement).
DidZoom(UIScrollView)
Called when the scroll view's zoom factor has changed.
DraggingEnded(UIScrollView, bool)
Called when dragging has ended.
DraggingStarted(UIScrollView)
Called when dragging is about to begin.
ScrollAnimationEnded(UIScrollView)
Called when a scrolling animation in the scroll view is finished.
Scrolled(UIScrollView)
Called when the user scrolls the content.
ScrolledToTop(UIScrollView)
Called when the scroll view is scrolled to the top of the content.
ShouldScrollToTop(UIScrollView) : bool
Called by the scroll view to determine whether it should scroll to the top of the content.
ViewForZoomingInScrollView(UIScrollView) : UIView
Returns the view to scale when zooming is about to occur in the scroll view.
WillEndDragging(UIScrollView, CoreGraphics.CGPoint, ref CoreGraphics.CGPoint)
Called when the user finishes scrolling the content.
ZoomingEnded(UIScrollView, UIView, nfloat)
Called when content zooming is complete.
ZoomingStarted(UIScrollView, UIView)
Called when a zooming operation is about to start.