---
title: sectionFooterHeight
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitableview/sectionfooterheight
---

# sectionFooterHeight

The height of section footers in the table view.

## Declaration

```swift
var sectionFooterHeight: CGFloat { get set }
```

## Mentioned in

Adding headers and footers to table sections

## Discussion

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.

## See Also

### Related Documentation

- [tableFooterView](uikit/uitableview/tablefooterview.md)

### Configuring header and footer appearance

- [sectionHeaderHeight](uikit/uitableview/sectionheaderheight.md)
- [estimatedSectionHeaderHeight](uikit/uitableview/estimatedsectionheaderheight.md)
- [estimatedSectionFooterHeight](uikit/uitableview/estimatedsectionfooterheight.md)
- [sectionHeaderTopPadding](uikit/uitableview/sectionheadertoppadding.md)
