UICollectionViewController.DraggingEnded(UIScrollView, Boolean) Method

Definition

Indicates that dragging has completed.

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

Parameters

scrollView
UIScrollView

The scrollview that is associated with the collection view.

willDecelerate
Boolean

true if the scrolling movement continues, but will decelerate, after a touch-up gesture during a dragging operation.false if scrolling is to stop immediately upon touch-up.

Attributes

Applies to