Posts

Post not yet marked as solved
6 Replies
I spoke to one of the engineers at WWDC about this. It is currently not possible. Your best bet is something like this:#if DEBUG struct ContentView_Previews : PreviewProvider { static var previews: some View { return ContentView().previewLayout(.fixed(width: 2688, height: 1242)) } } #endif