UIScrollViewDelegate.DecelerationStarted(UIScrollView) Method

Definition

Indicates that deceleration of a scrolling event has begun.

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

Parameters

scrollView
UIScrollView

Scroll view object that is decelerating the scrolling content.

Implements

Attributes

Applies to