UICollectionViewController.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

The scrollview that is associated with the collection view.

withView
UIView

View representing the content that needs to be scaled.

atScale
nfloat

The scale factor to use. This value must be between the limits set by the UIScrollView properties MinimumZoomScale and MaximumZoomScale.

Attributes

Applies to