I've been willing to switch to SwiftUI for building the interface of my macOS app, which I've been building with Cocoa. I've checked SwiftUI's docs and googled it extensively, but failed to find any guideline on making a TableView. Can anyone help me out on this? An example with explanation would be appreciated, if it's even possible to create a table with SwiftUI.
How to Create a Cocoa TableView Using SwiftUI?
Usually, it is advised to replace by List, but that does not fit all the needs.
Did you see this:
h ttps://dev.to/hugh_jeremy/adding-an-nstableview-to-a-swiftui-view-212p
Thank you. It's sad that Apple only made things much more complex for macOS developers with SwiftUI.