---
title: "rectForFooter(inSection:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uitableview/rectforfooter(insection:)"
---

# rectForFooter(inSection:)

Returns the drawing area for the footer of the specified section.

## Declaration

```swift
func rectForFooter(inSection section: Int) -> CGRect
```

## Parameters

- `section`: An index number identifying a section of the table view. Plain-style table views always have a section index of zero.

## Return Value

Return Value A rectangle defining the area in which the table view draws the section footer.

## See Also

### Getting the drawing areas for the table

- [rect(forSection:)](uikit/uitableview/rect(forsection:).md)
- [rectForRow(at:)](uikit/uitableview/rectforrow(at:).md)
- [rectForHeader(inSection:)](uikit/uitableview/rectforheader(insection:).md)
