UIWebView.ZoomingEnded(UIScrollView, UIView, nfloat) Method

Definition

Indicates that zooming has completed.

[Foundation.Export("scrollViewDidEndZooming:withView:atScale:")]
public virtual void ZoomingEnded (UIKit.UIScrollView scrollView, UIKit.UIView withView, nfloat atScale);
abstract member ZoomingEnded : UIKit.UIScrollView * UIKit.UIView * nfloat -> unit
override this.ZoomingEnded : UIKit.UIScrollView * UIKit.UIView * nfloat -> unit

Parameters

scrollView
UIScrollView
withView
UIView
atScale
nfloat
Attributes

Applies to