UIKit.UIScrollViewDelegate.ZoomingEnded Method
Called when content zooming is complete.

Syntax

[Foundation.Export("scrollViewDidEndZooming:withView:atScale:")]
public virtual void ZoomingEnded (UIScrollView scrollView, UIView withView, nfloat atScale)

Parameters

scrollView
Scroll view containing the content being zoomed.
withView
View representing the content that needs to be scaled.
atScale
The scale factor to use. This value must be between the limits set by the UIKit.UIScrollView properties UIScrollView.MinimumZoomScale and UIScrollView.MaximumZoomScale.

Remarks

This method is also called after any "bounce" animations, and after animated changes to the zoom level, and also after a zoom-related gesture ends (regardless of whether the zoom level was changed or not) .

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0