UIScrollViewDelegate.Scrolled(UIScrollView) Method

Definition

Called when the user scrolls the content.

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

Parameters

scrollView
UIScrollView

Scroll view where the scrolling occurred.

Attributes

Remarks

This method is typically implemented to obtain the change in content offset from scrollView and draw the affected portion of the content view.

Applies to