When rendering multiple SwiftUI previous, they always render in a vertical stack. I would like to lay them out horizontally or ideally on a grid., because I have more horizontal space on my screen.
It's unproductive to have to keep scrolling up-and-down between multiple the previews, especially when you have more than two.
Anyone know a work around, or if it's possible?
Update: E.g. As you see in the screen shot, I want to those two previews side by side horizontally.
Xcode Version 12.0 beta (12A6159)
