It is possible to set the position on the screen of the app's main Window in UIWindowScene?
I want to center the window of my Mac Catalyst app every time the user open it (instead of appearing in the last position before the app was closed)
I believe that this fact greatly affects the usability of an application and I do not see information on the Internet.
As of iOS 16, you can use
UIWindowScene requestGeometryUpdate(_:errorHandler:)
I would add the following to your main window scene's root view controller: