Post marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as solved with 2 replies, 0 views
Replied In
SwiftUI LazyVGrid with two columns
You could create 2 separate sections: one for 2 column layout and another for a single column layout. You'd have to handle a much of math to determine where items go though.