Partager via


UITableViewController.EstimatedHeight(UITableView, NSIndexPath) Méthode

Définition

Estime la hauteur d’une ligne à l’aide d’un calcul minimal. Appelé fréquemment.

[Foundation.Export("tableView:estimatedHeightForRowAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nfloat EstimatedHeight (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member EstimatedHeight : UIKit.UITableView * Foundation.NSIndexPath -> nfloat
override this.EstimatedHeight : UIKit.UITableView * Foundation.NSIndexPath -> nfloat

Paramètres

tableView
UITableView
indexPath
NSIndexPath

Retours

Attributs

S’applique à