func previewDevice (PreviewDevice ?) -> some View
Overrides the device for a preview.
プレビューに対するデバイスをオーバーライドします。
struct PreviewDevice
A simulator device that runs a preview.
func previewLayout (PreviewLayout ) -> some View
Overrides the size of the container for the preview.
プレビューに対するコンテナの大きさをオーバーライドします。
enum PreviewLayout
A size constraint for a preview.
func previewInterfaceOrientation (InterfaceOrientation ) -> some View
Overrides the orientation of the preview.
struct InterfaceOrientation
The orientation of the interface from the user’s perspective.