UICollectionViewController.DecelerationEnded(UIScrollView) Method

Definition

Indicates that, subsequent to scrolling, deceleration has completed.

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

Parameters

scrollView
UIScrollView

The scrollview that is associated with the collection view.

Attributes

Applies to