---
title: Body
framework: swiftui
role: symbol
role_heading: Associated Type
path: swiftui/app/body-swift.associatedtype
---

# Body

The type of scene representing the content of the app.

## Declaration

```swift
associatedtype Body : Scene
```

## Discussion

Discussion When you create a custom app, Swift infers this type from your implementation of the required body property.

## See Also

### Implementing an app

- [body](swiftui/app/body-swift.property.md)
