TelemetryViewer
TelemetryViewer copied to clipboard
[Idea] Use SwiftUI.Table for Signal Types
Hey there, love the lightweight SDK and everything!
SwiftUI 3 recently added the Table (View) for macOS, which I think could be a nice and native looking replacement for the "Signal Types" page. Obviously I don't know if you're even using SwiftUI or what your target macOS version is, but maybe this might be worth looking into.
We tried! The code's all there. But we encountered significant problems when compiling the table code: as soon as there are more than 5 columns, compilation gets very unreliable.
Might be worth trying again now with Xcode 13.2 though. Thanks for the suggestion!