Compartilhar via


UITableViewDelegate_Extensions.EstimatedHeight Método

Definição

Uma estimativa da altura do indexPath especificado. As implementações devem executar um cálculo mínimo, como é chamado repetidamente.

[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

Parâmetros

This
IUITableViewDelegate

A instância na qual esse método de extensão opera.

tableView
UITableView
indexPath
NSIndexPath

Retornos

Atributos

Aplica-se a