共用方式為


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) 傳回自訂檢視,而不是實作此方法。

適用於