Sdílet prostřednictvím


UICollectionViewController.ScrollAnimationEnded(UIScrollView) Method

Definition

Indicates that all animations relating to scrolling have completed.

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

Parameters

scrollView
UIScrollView

Scroll view that is performing a scrolling animation.

Implements

Attributes

Applies to