UITableViewController.EstimatedHeight(UITableView, NSIndexPath) 方法

定义

使用最小计算估计行的高度。 经常调用。

[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

参数

tableView
UITableView
indexPath
NSIndexPath

返回

属性

适用于