Compartir a través de


UITableViewDelegate_Extensions.EstimatedHeight Método

Definición

Una estimación del alto del valor de indexPath especificado. Las implementaciones deben realizar un cálculo mínimo, ya que se llama 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

Instancia en la que opera este método de extensión.

tableView
UITableView
indexPath
NSIndexPath

Devoluciones

Atributos

Se aplica a