Compartir a través de


UITableViewController.EstimatedHeight(UITableView, NSIndexPath) Método

Definición

Calcula el alto de una fila con un cálculo mínimo. Se llama con frecuencia.

[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

Parámetros

tableView
UITableView
indexPath
NSIndexPath

Devoluciones

Atributos

Se aplica a