Valeriy Van
Valeriy Van
## Environment * OS Version: macOS Ventura 13.4.1 (c) (22F770820d) * Source or binary build? Binary, installed following these steps https://gazebosim.org/docs/garden/install_osx Install succeeded, no errors. I follow these steps trying...
```swift swift-bundler run SpreadsheetExample info: Loading package manifest info: Starting debug build Building for debugging... [8/8] Linking SpreadsheetExample Build of product 'SpreadsheetExample' complete! (2.49s) info: Bundling 'SpreadsheetExample.generic' info: Copying executable...
Currently switch toggle on Linux is toggled on by sliding gesture and ignores click on it. It should support click as on iOS.
``` info: Running 'ControlsExample.generic' warning: Final window content size didn't match dry-run size. This is a sign that either view size caching is broken or that backend.naturalSize(of:) is broken (or...
- labels are not shown - checkmark sign sometimes is not shown https://github.com/user-attachments/assets/c1de9e24-caad-42a6-9f54-3eda6bf92f57 Here is the same view where `toggleStyle(.switch)`: https://github.com/user-attachments/assets/99138084-373c-4e24-a967-718ca8d0b3fe
What alternatives for multi-select Picker are there beside of `VStack` or `ScrollView` with a row of toggles?
Are there any alternatives to for SwiftUI's `Grid`, `LazyVGrid`, and `LazyHGrid`?