present app clip

This commit is contained in:
Hailey
2024-06-16 21:10:37 -07:00
parent 07696d8eb7
commit a09d699249
3 changed files with 154 additions and 13 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
self.window = UIWindow()
self.controller = ViewController()
self.controller = ViewController(window: self.window!)
self.window?.rootViewController = self.controller
self.window?.makeKeyAndVisible()