UIKit.UIScrollViewDelegate Members

The members of UIKit.UIScrollViewDelegate are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

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.