windowResizability visionos

Asked on 09/24/2024

1 search

In the session titled "Work with windows in SwiftUI" at WWDC 2024, there is a discussion about window resizability in visionOS. The session explains how to use the window resizability modifier to control the resizing behavior of windows. Specifically, it mentions that while the window can resize to match the content, it is not resizable by the player because the views have fixed sizes. This is part of a broader discussion on how to make use of windows and the APIs that support them in visionOS and macOS.

For more details, you can refer to the Work with windows in SwiftUI (11:32) session.