Hey guys, I’m curious does anyone know how I would go by achieving this layout? (the image on left)
So far, I’m using the LazyVGrid
to create the 2 columns with fixed widths of 150. I have an array of items (from core data) and I want every odd item to expand 2 columns like the green card in image. Any suggestions?
Thanks in advance!