Share via


UIScrollViewDelegate_Extensions.DidZoom Method

Definition

Indicates that the specified scrollView has zoomed.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidZoom(this UIKit.IUIScrollViewDelegate This, UIKit.UIScrollView scrollView);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidZoom : UIKit.IUIScrollViewDelegate * UIKit.UIScrollView -> unit

Parameters

scrollView
UIScrollView

Scroll view being zoomed.

Attributes

Applies to