Please show me where I’ve gone amiss in MacCatalyst and UIScenes with regard to the macOS green zoom/fullscreen button.
-
Originally the MacCatalyst App used a secondary AppKit bundle for its NSWindow work, but at some point in time AppStore Connect complained about this secondary bundle which prevented new App uploads.
-
To continue receiving green button notifications I switched to UINSWindow. That worked.
-
Now that I’m forced to use UIScenes I’m in a pickle: a click on the green button forces an automatic jump to fullscreen, nothing I can do about it AFAIK.
-
A poor, poor compromise would be to disable the green button but I have no idea how even to do that.
-
I’d like my App to exist in two states, any suggestions?
Thanks.