Contents

navigationSplitViewStyle(_:)

Sets the style for navigation split views within this view.

Declaration

nonisolated func navigationSplitViewStyle<S>(_ style: S) -> some View where S : NavigationSplitViewStyle

Parameters

  • style:

    The style to set.

Mentioned in

Return Value

A view that uses the specified navigation split view style.

See Also

Presenting views in columns