Share via


UIScrollViewDelegate_Extensions.DecelerationEnded Method

Definition

Indicates that deceleration relating to a scroll event has ended.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DecelerationEnded(this UIKit.IUIScrollViewDelegate This, UIKit.UIScrollView scrollView);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DecelerationEnded : UIKit.IUIScrollViewDelegate * UIKit.UIScrollView -> unit

Parameters

scrollView
UIScrollView

Scroll view object that is decelerating the scrolling content.

Attributes

Applies to