UICollectionViewController.DidZoom(UIScrollView) Method

Definition

Indicates that a zoom has occurred in the UICollectionView.

[Foundation.Export("scrollViewDidZoom:")]
public virtual void DidZoom (UIKit.UIScrollView scrollView);
abstract member DidZoom : UIKit.UIScrollView -> unit
override this.DidZoom : UIKit.UIScrollView -> unit

Parameters

scrollView
UIScrollView

The scrollview that is associated with the collection view.

Attributes

Applies to