次の方法で共有


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

戻り値

属性

適用対象