共用方式為


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

傳回

屬性

適用於