共用方式為


UITableViewSource.EstimatedHeight(UITableView, NSIndexPath) 方法

定義

指定 之資料表單元格 indexPath 的估計高度。

[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

傳回

屬性

適用於