sectionFooterHeight
The height of section footers in the table view.
Declaration
var sectionFooterHeight: CGFloat { get set }Mentioned in
Discussion
The default value is automaticDimension. If the delegate doesn’t implement tableView(_:heightForFooterInSection:), the table view calculates the height automatically. To override automatic height calculation, set this property to a positive value.