---
title: Body
framework: swiftui
role: symbol
role_heading: Associated Type
path: swiftui/tablestyle/body
---

# Body

A view that represents the body of a table.

## Declaration

```swift
associatedtype Body : View
```

## See Also

### Creating custom table styles

- [makeBody(configuration:)](swiftui/tablestyle/makebody(configuration:).md)
- [TableStyle.Configuration](swiftui/tablestyle/configuration.md)
