[]
Called to populate the header for the specified section.
public override sealed string TitleForHeader(UITableView tableView, nint section)
Type | Name | Description |
---|---|---|
UITableView | tableView | Table view containing the section. |
nint | section | Index of the section displaying the header. |
Type | Description |
---|---|
string | Text to display in the section header, or null if no title is required. |