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

# Body

The type of view representing the body.

## Declaration

```swift
associatedtype Body : View
```

## See Also

### Creating a custom transition

- [body(content:phase:)](swiftui/transition/body(content:phase:).md)
- [Transition.Content](swiftui/transition/content.md)
