Contents

makeBody(configuration:)

Creates a view representing the body of a progress view.

Declaration

@ViewBuilder @MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body

Parameters

  • configuration:

    The properties of the progress view being created.

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