Share via


UICollectionViewDelegate.Scrolled(UIScrollView) Method

Definition

Indicates that the specified scrollView has scrolled.

[Foundation.Export("scrollViewDidScroll:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Scrolled(UIKit.UIScrollView scrollView);
[<Foundation.Export("scrollViewDidScroll:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Scrolled : UIKit.UIScrollView -> unit
override this.Scrolled : UIKit.UIScrollView -> unit

Parameters

scrollView
UIScrollView

Scroll view where the scrolling occurred.

Implements

Attributes

Applies to