Contents

makeBody(configuration:)

Creates a view that represents the body of a form.

Declaration

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

Parameters

  • configuration:

    The properties of the form.

Return Value

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

See Also

Creating custom form styles