Create a Table Using The New TableColumn In SwiftUI
Daily Coding Tips 121
Here’s a quick way to start using Table in SwiftUI
This code makes use of a structure conforming to Identifiable that stores two strings, which will be useful for displaying in a Table with two columns.
To make things interesting, I made it so that data can be added to the table by the user.



