Is SwiftUI 2 grid system is able to render "Masonry like" layouts ?
A "Masonry" layout will look like this :
The remarkable feature of this layout is that content can span on multiple columns.
This does not seems automatically possible with LazyVGrid or LazyHGrid as they rely on GridItem which seems to describe a column (either fixed, flexible or adaptive).
If you think in term of column this design cannot be achieved.
Did i missed something or is it true we cannot make this kind of grid ?
