UIScrollViewDelegate.DecelerationEnded(UIScrollView) Method

Definition

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

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

Parameters

scrollView
UIScrollView

Scroll view object that is decelerating the scrolling content.

Attributes

Remarks

The scroll view calls this method when scrolling movement comes to a halt. The UIScrollViewDecelerating property indicates whether scrolling is in progress after the user has stopped dragging.

Applies to