Content NavigationSplitView
Creates a three-column navigation split view.
Platform Compatibility
iOS 16.0+ iPadOS 16.0+ macOS 13.0+ watchOS 9.0+ tvOS 16.0+ visionOS 1.0+
Tags
SwiftUI Code
NavigationSplitView {
Color.blue
} content: {
Color.indigo
} detail: {
Color.orange
}Found an issue or have a suggestion?
Created: September 23, 2026Updated: September 23, 2026