SwiftUI AppDelegate: The Entry Point
AppDelegate is the entry point of an iOS or macOS application. When working on a SwiftUI project you don’t have an AppDelegate class but you can add it if you need to. Since AppDelegate is the entry point it’s a great place to handle some critical application work like registering for push notifications. In the […]
SwiftUI AppDelegate: The Entry Point Read More »