Condividi tramite


UITableViewDelegate_Extensions.EstimatedHeight Metodo

Definizione

Stima dell'altezza per indexPath specificato. Le implementazioni devono eseguire calcoli minimi, come viene chiamato ripetutamente.

[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

Parametri

This
IUITableViewDelegate

Istanza in cui funziona questo metodo di estensione.

tableView
UITableView
indexPath
NSIndexPath

Restituisce

Attributi

Si applica a