Share via


UIScrollViewDelegate_Extensions.ZoomingStarted Method

Definition

Indicates that zooming has begun.

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

Parameters

scrollView
UIScrollView

Scroll view containing the content.

view
UIView

The content view about to be zoomed.

Attributes

Applies to