UICollectionViewController.ZoomingStarted(UIScrollView, UIView) Method

Definition

Indicates that zooming has begun.

[Foundation.Export("scrollViewWillBeginZooming:withView:")]
public virtual void ZoomingStarted (UIKit.UIScrollView scrollView, UIKit.UIView view);
abstract member ZoomingStarted : UIKit.UIScrollView * UIKit.UIView -> unit
override this.ZoomingStarted : UIKit.UIScrollView * UIKit.UIView -> unit

Parameters

scrollView
UIScrollView

The scrollview that is associated with the collection view.

view
UIView

View representing the content that needs to be scaled.

Attributes

Applies to