I am looking for a solution like this:
macOS Mail
The search icon is always visible, even if the window is too small to show all items...
So far I have this:
.toolbar { //Other items... ToolbarItem { Spacer() } ToolbarItem { //sticky on the trailing edge? Textfield("Search", $text) } }
Thanks.
2.1m questions
2.1m answers
60 comments
57.0k users