UITableViewDataSource.TitleForHeader(UITableView, nint) 方法

定义

调用以填充指定节的标头。

[Foundation.Export("tableView:titleForHeaderInSection:")]
public virtual string TitleForHeader (UIKit.UITableView tableView, nint section);
abstract member TitleForHeader : UIKit.UITableView * nint -> string
override this.TitleForHeader : UIKit.UITableView * nint -> string

参数

tableView
UITableView

包含 节的表视图。

section
System.System.IntPtr System.nativeint

显示标头的节的索引。

返回

要显示在节标题中的文本;如果不需要标题, null 则为 。

属性

注解

表视图对节标题使用固定样式。 若要自定义标头的外观,请从 GetViewForHeader(UITableView, nint) 返回自定义视图,而不是实现此方法。

适用于