Share via


IUIScrollViewDelegate.ScrolledToTop(UIScrollView) Method

Definition

Indicates that the specified scrollView's scrolling has ended at the top.

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

Parameters

scrollView
UIScrollView

Scroll view that was scrolled.

Attributes

Applies to