UIScrollViewDelegate.ScrollAnimationEnded(UIScrollView) Method

Definition

Called when a scrolling animation in the scroll view is finished.

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

Parameters

scrollView
UIScrollView

Scroll view that is performing a scrolling animation.

Attributes

Remarks

The scroll view calls this method after SetContentOffset(CGPoint, Boolean) and ScrollRectToVisible(CGRect, Boolean) (but only if animations are requested).

Applies to