UITableViewDelegate.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

返回

属性

适用于