Properties3
Is BaseNo
Icon
Order
10KelyphosShellView is the root view of the shell. It composes the navigator, detail area, inspector, and utility panel into a single adaptive layout.
Declaration
struct KelyphosShellView<
NavigatorTab: KelyphosPanel,
InspectorTab: KelyphosPanel,
UtilityTab: KelyphosPanel,
Detail: View
>: View
Initializer
KelyphosShellView(
state: KelyphosShellState,
configuration: KelyphosShellConfiguration<NavigatorTab, InspectorTab, UtilityTab, Detail>
)
Platform Behavior
| Feature | macOS | iPadOS |
|---|---|---|
| Navigator | NavigationSplitView sidebar | NavigationSplitView with system toggle |
| Inspector | Native .inspector() column | Trailing-edge overlay with vibrancy |
| Utility area | Bottom panel with material | Bottom panel with material |
| Title/subtitle | Window toolbar (inline) | Navigation bar title |
| Keybindings overlay | Cmd+Shift+/ | Not available |
| Panel font sizing | System default | Capped at .xSmall...medium |
| Vibrancy | NSVisualEffectView (behind-window) | .ultraThinMaterial |
