UIScrollViewDelegate.DecelerationStarted(UIScrollView) Method

Definition

Called when deceleration has started (at the end of a scrolling movement).

[Foundation.Export("scrollViewWillBeginDecelerating:")]
public virtual void DecelerationStarted (UIKit.UIScrollView scrollView);
abstract member DecelerationStarted : UIKit.UIScrollView -> unit
override this.DecelerationStarted : UIKit.UIScrollView -> unit

Parameters

scrollView
UIScrollView

Scroll view object that is decelerating the scrolling content.

Attributes

Remarks

After the application user raises their finger from a dragging motion, the content view will decelerate over a short distance unless PagingEnabled is set to true.

Applies to