UICollectionViewController.ScrolledToTop(UIScrollView) Method

Definition

Indicates that scrolling to the beginning of the collection occurred.

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

Parameters

scrollView
UIScrollView

The scrollview that is associated with the collection view.

Attributes

Applies to