NSSplitViewController / UISplitViewController don't appear to have an equivalent in SwiftUI.
I was asking for the newly introduced feature in AppKit where the detail view in navigation extends below the sidebar as explained in this WWDC 2025 video. I wanted to know, how that can be achieved using SwiftUI's NavigationSplitView.
I am not looking for a replacement of NSSplitViewController / UISplitViewController
NSToolBar / UIToolbar on the other hand do have an equivalent Toolbar modifier which can be styled.
The toolbar style link that you have shared, is for the Toolbar(entire toolbar), I was asking about styling the Toolbar "item"
As mentioned in WWDC 20205 video
"The prominent style tints the glass using the accent color, which is perfect for displaying state or emphasizing an important action."
// Tints the glass with the accent color.
toolbarItem.style = .prominent
I would like to know how this feature can be used in SwiftUI toolbar?
Topic:
UI Frameworks
SubTopic:
AppKit
Tags: