Share via


UICollectionViewController.ZoomingEnded(UIScrollView, UIView, nfloat) Método

Definición

Indica que se ha completado el zoom.

[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

Parámetros

scrollView
UIScrollView

Vista de desplazamiento asociada a la vista de colección.

withView
UIView

Vista que representa el contenido que se debe escalar.

atScale
nfloat

Factor de escala que se va a usar. Este valor debe estar entre los límites establecidos por las UIScrollView propiedades MinimumZoomScale y MaximumZoomScale.

Atributos

Se aplica a