Navigation Container Background
Sets the container background of the enclosing container using a view.
Platform Compatibility
iOS 17.0+ iPadOS 17.0+ macOS 14.0+ watchOS 1.0+ tvOS 17.0+ visionOS 1.0+
Tags
SwiftUI Code
NavigationStack {
Text("Foo")
.containerBackground(.blue.gradient, for: .navigation)
}Found an issue or have a suggestion?
Created: March 15, 2026Updated: March 15, 2026