init(sidebar:content:detail:)
Creates a three-column navigation split view.
Declaration
init(@ViewBuilder sidebar: () -> Sidebar, @ViewBuilder content: () -> Content, @ViewBuilder 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.