Share via


UIScrollViewDelegate.DraggingEnded(UIScrollView, Boolean) Method

Definition

Indicates that dragging has completed.

[Foundation.Export("scrollViewDidEndDragging:willDecelerate:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DraggingEnded(UIKit.UIScrollView scrollView, bool willDecelerate);
[<Foundation.Export("scrollViewDidEndDragging:willDecelerate:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DraggingEnded : UIKit.UIScrollView * bool -> unit
override this.DraggingEnded : UIKit.UIScrollView * bool -> unit

Parameters

scrollView
UIScrollView

Scroll view where the content finished scrolling.

willDecelerate
Boolean

true if the scrolling movement will continue (but decelerate) after the user lifts their finger. If false then the scrolling stops immediately upon touch-up.

Implements

Attributes

Applies to