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

# makeBody(configuration:)

Creates a view representing the body of a progress view.

## Declaration

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

## Parameters

- `configuration`: The properties of the progress view being created.

## Discussion

Discussion The view hierarchy calls this method for each progress view where this style is the current progress view style.

## See Also

### Creating custom progress view styles

- [ProgressViewStyle.Configuration](swiftui/progressviewstyle/configuration.md)
- [Body](swiftui/progressviewstyle/body.md)
