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

Définition

Indique que le zoom est terminé.

[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

Paramètres

scrollView
UIScrollView

Vue de défilement associée à la vue de collection.

withView
UIView

Vue représentant le contenu qui doit être mis à l’échelle.

atScale
nfloat

Facteur d’échelle à utiliser. Cette valeur doit être comprise entre les limites définies par les UIScrollView propriétés MinimumZoomScale et MaximumZoomScale.

Attributs

S’applique à