UITableViewSource.EstimatedHeightForFooter(UITableView, nint) 方法

定义

指定 section的页脚的估计高度。

[Foundation.Export("tableView:estimatedHeightForFooterInSection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nfloat EstimatedHeightForFooter (UIKit.UITableView tableView, nint section);
abstract member EstimatedHeightForFooter : UIKit.UITableView * nint -> nfloat
override this.EstimatedHeightForFooter : UIKit.UITableView * nint -> nfloat

参数

tableView
UITableView
section
System.System.IntPtr System.nativeint

返回

属性

适用于