Contents

makeBody(configuration:)

Creates a view that represents the body of a navigation split view.

Declaration

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

Parameters

  • configuration:

    The properties of the instance to create.

Discussion

SwiftUI calls this method for each instance of NavigationSplitView, where this style is the current NavigationSplitViewStyle.

See Also

Creating custom styles