共用方式為


UITableViewController.EstimatedHeightForHeader(UITableView, nint) 方法

定義

使用最小計算來估計標頭檢視的高度。

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

參數

tableView
UITableView
section
System.System.IntPtr System.nativeint

傳回

屬性

適用於