Contents

automatic

The automatic window resizability.

Declaration

static var automatic: WindowResizability { get set }

Discussion

When you use automatic resizability, SwiftUI applies a resizing strategy that’s appropriate for the scene type:

Automatic resizability is the default if you don’t specify another value using the windowResizability(_:) scene modifier.

See Also

Getting the resizability