SwiftUI: Can preview in canvas be in Landscape mode?

What to do to make the preview in landscape mode in SwiftUI?


Say I am developing a 100% landscape app, but the preview only shows portrait, even I unchecked the portrait and unside down in Device Orientation in Gerneral setting.


Now I have to run the simulator every time when I need to see how my app looks like.


It seems not preview very much anymore.

It's currently not possible to preview in landscape mode. Take a look at the following Stack Overflow question:


stackoverflow.com/questions/56625931/how-can-i-preview-a-device-in-landscape-mode-in-swiftui

SwiftUI: Can preview in canvas be in Landscape mode?
 
 
Q