Where do I find details on handling Liquid Glass in AppKit toolbars?

Asked on 2025-07-16

1 search

For details on handling Liquid Glass in AppKit toolbars, you can refer to the session titled "Build an AppKit app with the new design" from WWDC 2025. This session covers how AppKit automatically groups toolbar buttons on Liquid Glass and how you can customize this behavior using NSToolbarItemGroup and spacers. It also discusses the adaptive nature of Liquid Glass, which changes appearance based on the brightness of the content behind it, and how this is communicated using the NSAppearance system.

You can find more information in the Glass chapter of the session.