UICollectionViewController.DraggingStarted(UIScrollView) Method

Definition

Indicates that dragging has begun.

[Foundation.Export("scrollViewWillBeginDragging:")]
public virtual void DraggingStarted (UIKit.UIScrollView scrollView);
abstract member DraggingStarted : UIKit.UIScrollView -> unit
override this.DraggingStarted : UIKit.UIScrollView -> unit

Parameters

scrollView
UIScrollView

The scrollview that is associated with the collection view.

Attributes

Applies to