UITableViewDelegate_Extensions.EstimatedHeight Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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