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 March 13, 2026 14:41
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,