Called to populate the header for the specified section.
'Declaration
Public Overrides NotOverridable Function TitleForHeader( _
ByVal As UIKit.UITableView, _
ByVal As IntPtr _
) As String
public override string TitleForHeader(
UIKit.UITableView ,
IntPtr
)
Parameters
- tableView
- Table view containing the section.
- section
- Index of the section displaying the header.
Return Value
Text to display in the section header, or null if no title is required.