SectionHeaderFooterProvider

public protocol SectionHeaderFooterProvider

The methods adopted by the object you use to manage provide information about the table view header or footer

Note

if the height is nil then you should make UIView as a self-sized view
  • Undocumented

    Declaration

    Swift

    var height: CGFloat? { get }
  • Undocumented

    Declaration

    Swift

    func headerView(forTableView: UITableView) -> UIView?