Pinned Toolbar Item Placement

A placement that pins the item to the trailing edge of the toolbar.

Pinned Toolbar Item Placement - iOS Liquid Glass Light Mode Preview

Platform Compatibility

iOS 27.0+ iPadOS 27.0+ visionOS 27.0+

Tags

SwiftUI Code

Docs
NavigationStack {
    Text("FooBar")
        .toolbar {
            ForEach(0 ..< 10) { _ in
                ToolbarItem {
                    Text("Foo")
                }
            }
            ToolbarItem(placement: .topBarPinnedTrailing) {
                Text("Bar")
            }
        }
    }

Found an issue or have a suggestion?

Created: August 30, 2026Updated: August 30, 2026
Connect Wizard

Connect Wizard

Unlock insights App Store Connect doesn’t show you.

Get Started