Skip to content

Instantly share code, notes, and snippets.

View antonio-war's full-sized avatar

Antonio Guerra antonio-war

View GitHub Profile
@sebj
sebj / Guide.md
Last active April 8, 2025 18:04
Add a scene delegate back to a SwiftUI Project

Define an application delegate

See also: UIApplicationDelegate documentation

// AppDelegate.swift
@main
final class AppDelegate: NSObject, UIApplicationDelegate {

    func application(
        _ application: UIApplication,