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

# Body

The type of view representing the body.

## Declaration

```swift
associatedtype Body : View
```

## See Also

### Creating a view modifier

- [body(content:)](swiftui/viewmodifier/body(content:).md)
- [ViewModifier.Content](swiftui/viewmodifier/content.md)
