UITableViewController.EstimatedHeightForFooter(UITableView, nint) 方法

定义

使用最小计算估计页脚视图的高度。

[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

返回

属性

适用于