wie kann ich die suche unten in der toolbar benutzen? @wwdc
Asked on 06/11/2025
1 search
Um die Suche unten in der Toolbar zu nutzen, gibt es einige neue Design-Updates, die bei der WWDC vorgestellt wurden. In der Session Build a SwiftUI app with the new design wird erklärt, dass das Suchfeld auf dem iPhone am unteren Bildschirmrand platziert wird, um es leichter erreichbar zu machen. Auf dem iPad und Mac erscheint es in der oberen, hinteren Position der Toolbar. Diese Platzierung kann durch den searchable
Modifier in SwiftUI erreicht werden, der auf die Navigation Split View angewendet wird.
In der Session Build a UIKit app with the new design wird beschrieben, dass die Suchleiste in der Navigationsleiste am hinteren Rand platziert werden kann, um eine universell zugängliche Suche zu ermöglichen. Auf dem iPad kann die Suchleiste zentriert werden, indem integrated centered
als bevorzugte Suchleistenplatzierung verwendet wird.
Diese neuen Suchmuster bieten eine konsistente und ergonomische Sucherfahrung über verschiedene Apple-Plattformen hinweg.

Build a SwiftUI app with the new design
Explore the ways Liquid Glass transforms the look and feel of your app. Discover how this stunning new material enhances toolbars, controls, and app structures across platforms, providing delightful interactions and seamlessly integrating your app with the system. Learn how to adopt new APIs that can help you make the most of Liquid Glass.

Build a UIKit app with the new design
Update your UIKit app to take full advantage of the new design system. We’ll dive into key changes to tab views, split views, bars, presentations, search, and controls, and show you how to use Liquid Glass in your custom UI. To get the most out of this video, we recommend first watching “Get to know the new design system” for general design guidance.

Platforms State of the Union
Discover the newest advancements on Apple platforms.