UICollectionViewController.ScrollAnimationEnded(UIScrollView) Method

Definition

Indicates that the scrolling animation has completed.

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

Parameters

scrollView
UIScrollView

The scrollview that is associated with the collection view.

Attributes

Applies to