Full Screen Mode with Swift UI
I’m new to Swift UI and I am working on an app that should display a full screen view on macOS that does not allow the user to leave or quit the app while the view is being displayed (later only an authorized user should be able to close it with a password). Here is the code I have so far:
Full Screen Mode with Swift UI
I’m new to Swift UI and I am working on an app that should display a full screen view on macOS that does not allow the user to leave or quit the app while the view is being displayed (later only an authorized user should be able to close it with a password). Here is the code I have so far: