Even street lights are tired of this heat
Tldr; how imitate the selection in a grid with swiftui?
Playing with #swiftui on macOS recently. I’m trying to replicate the finder behaviour for my collection of items. I have a list view, no problems there, but I have some issues with a grid view. There is no built-in way to support selection as far as I understand, not a biggie, you can always track selected item(s). But I cannot figure out how to properly make the background of the text of the selected item when with multilined text.