79194961

Date: 2024-11-16 10:39:50
Score: 3
Natty:
Report link

You may need to add a Appdelegate.swift file if you want to switch your project from SwiftUI to UIKit. You need to create a new file named AppDelegate.swift which conforms to UIResponder, UIApplicationDelegate. Like: @main class AppDelegate: UIResponder, UIApplicationDelegate{ var window:UIWindow? // your code }

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @main
  • Low reputation (1):
Posted by: Talha Asif