次の方法で共有


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

戻り値

属性

適用対象