UITableViewDelegate_Extensions.EstimatedHeight 方法

定义

指定 indexPath 的高度估计值。 实现应执行最少的计算,因为它会重复调用。

[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

参数

This
IUITableViewDelegate

此扩展方法操作的实例。

tableView
UITableView
indexPath
NSIndexPath

返回

属性

适用于