Compartilhar via


UITableViewController.EstimatedHeight(UITableView, NSIndexPath) Método

Definição

Estima a altura de uma linha, usando computação mínima. Chamado com frequência.

[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

Retornos

Atributos

Aplica-se a