TelemetryViewer icon indicating copy to clipboard operation
TelemetryViewer copied to clipboard

[Idea] Use SwiftUI.Table for Signal Types

Open chFlorian opened this issue 4 years ago • 1 comments

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.

chFlorian avatar Jan 14 '22 10:01 chFlorian

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!

winsmith avatar Jan 14 '22 23:01 winsmith