I know that we can create a List in vertical SwiftUI like this,
struct ContentView : View { var body: some View { NavigationView { Li
There is 2 new native Views that you can use:
View
LazyHGrid
LazyVGrid
With code or directly from the library:
The library contains a fully working sample code that you can test yourself.