How to get a simple SwiftUI to load as a UITableView would (logically!)
问题 How can I get SwiftUI to load 8 images horizontally but if the third image happens to go off screen it puts it in a Vstack underneath the 1st image with the same padding... and if three can fit on the screen it does the same to the 4th. I can not find anyway to do this! TableViews were so easy to implement but now SwiftUI makes things much harder iPhone: [1] [2] [3] [4] [5] [6] [7] [8] iPad Pro [1] [2][3] [4] [5] [6] [7] [8] iPad Mini [1] [2][3] [4] [5] [6] [7] [8] 回答1: I have acheived this