Contents

footerView(forSection:)

Returns the footer view for the specified section.

Declaration

func footerView(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 footer view associated with the section, or nil if the section does not have a footer view.

See Also

Getting cells and section-based views