Share via


UIScrollViewDelegate.DecelerationEnded(UIScrollView) Method

Definition

Indicates that deceleration relating to a scroll event has ended.

[Foundation.Export("scrollViewDidEndDecelerating:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DecelerationEnded(UIKit.UIScrollView scrollView);
[<Foundation.Export("scrollViewDidEndDecelerating:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DecelerationEnded : UIKit.UIScrollView -> unit
override this.DecelerationEnded : UIKit.UIScrollView -> unit

Parameters

scrollView
UIScrollView

Scroll view object that is decelerating the scrolling content.

Implements

Attributes

Applies to