UITableViewDelegate_Extensions.EstimatedHeight Méthode

Définition

Estimation de la hauteur de l’indexPath spécifié. Les implémentations doivent effectuer un calcul minimal, comme on l’appelle à plusieurs reprises.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static nfloat EstimatedHeight (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member EstimatedHeight : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> nfloat

Paramètres

This
IUITableViewDelegate

Instance sur laquelle cette méthode d’extension fonctionne.

tableView
UITableView
indexPath
NSIndexPath

Retours

Attributs

S’applique à