How to add an App Delegate to a SwiftUI app
Create an App Delegate class and add it to the app using @NSApplicationDelegateAdaptor(AppDelegate.self) var appDelegate.
Below can be found sample code for a delegate that interrupts a MacOS app from quitting.
To learn how we implemented this, consult the tutorial below.
Looking to learn more about SwiftUI, Swift, Design and Technology?
Search our blog to learn more about Swift, SwiftUI, design and technology.
Any Questions?
We are actively looking for feedback on how to improve this resource. Please send us a note to inquiries@delasign.com with any thoughts or feedback you may have.