Freigeben über


UITableViewController.EstimatedHeight(UITableView, NSIndexPath) Methode

Definition

Schätzt die Höhe einer Zeile mit minimaler Berechnung. Wird häufig aufgerufen.

[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

Parameter

tableView
UITableView
indexPath
NSIndexPath

Gibt zurück

Attribute

Gilt für: