Contents

sectionHeaderHeight

The height of section headers in the table view.

Declaration

var sectionHeaderHeight: CGFloat { get set }

Mentioned in

Discussion

The default value is automaticDimension. If the delegate doesn’t implement tableView(_:heightForHeaderInSection:), the table view calculates the height automatically. To override automatic height calculation, set this property to a positive value.

See Also

Related Documentation

Configuring header and footer appearance