---
title: "makeBody(configuration:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/formstyle/makebody(configuration:)"
---

# makeBody(configuration:)

Creates a view that represents the body of a form.

## Declaration

```swift
@ContentBuilder @MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body
```

## Parameters

- `configuration`: The properties of the form.

## Return Value

Return Value A view that has behavior and appearance that enables it to function as a Form.

## See Also

### Creating custom form styles

- [FormStyle.Configuration](swiftui/formstyle/configuration.md)
- [Body](swiftui/formstyle/body.md)
