headerView(forSection:)
Returns the header view for the specified section.
Declaration
func headerView(forSection section: Int) -> UITableViewHeaderFooterView?Parameters
- section:
An index number that identifies a section of the table. Table views in a plain style have a section index of zero.
Return Value
The header view associated with the section, or nil if the section does not have a header view.