次の方法で共有


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

戻り値

属性

適用対象