Toolbar Overflow Menu
The overflow menu of a toolbar. An overflow menu represents actions that are always placed in the toolbar’s overflow menu, regardless of the toolbar mode, platform, or customizability.
Platform Compatibility
iOS 27.0+ iPadOS 27.0+ visionOS 27.0+
Tags
SwiftUI Code
NavigationStack {
Text("FooBar")
.toolbar {
ToolbarOverflowMenu {
Button("Foo", action: action)
Button("Bar", action: action)
}
}
}Found an issue or have a suggestion?
Created: August 30, 2026Updated: August 30, 2026