Display More in a Table in Compact Horizontal Size Classes
Daily Coding Tip 272
I’ve noticed that the SwiftUI Table view only displays one column when the horizontal size class is compact.
This happens when the iPhone is in portrait orientation, which is also the way most apps are displayed in most cases.
I wanted to make it possible to display information two types of information in a single colum…


