Contents

init(sidebar:content:detail:)

Creates a three-column navigation split view.

Declaration

nonisolated init(@ContentBuilder sidebar: () -> Sidebar, @ContentBuilder content: () -> Content, @ContentBuilder detail: () -> Detail)

Parameters

  • sidebar:

    The view to show in the leading column.

  • content:

    The view to show in the middle column.

  • detail:

    The view to show in the detail area.

Mentioned in

See Also

Creating a navigation split view