Feature | Modifier/Type | Purpose |
---|---|---|
.toolbar(id:) | Customizable toolbar | User can add/remove/reorder |
ToolbarSpacer | Spacing control | Fixed or flexible spacing |
.searchToolbarBehavior() | Search field display | Minimize/expand behavior |
DefaultToolbarItem | System items | Reposition system controls |
.matchedTransitionSource() | Transitions | Zoom from toolbar items |
Issue | Solution |
---|---|
Items not customizable | Add id to toolbar and items |
Search not minimizing | Apply .searchToolbarBehavior(.minimize) |
Transition not working | Check namespace and ID match |
Items hidden | Check placement compatibility |