Swiftui App Life Cycle ios14 Куда поместить код AppDelegate?IOS

Программируем под IOS
Anonymous
Swiftui App Life Cycle ios14 Куда поместить код AppDelegate?

Сообщение Anonymous »

Теперь, когда AppDelegate и ScenedElegate удаляются из Swiftui, где я могу поместить код, который я имел в ScenedElegate и AppDelegate , конфигурация Firebase для Ex? Теперь? < /p>
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.

FirebaseConfiguration.shared.setLoggerLevel(.min)
FirebaseApp.configure()
return true
}


Подробнее здесь: https://stackoverflow.com/questions/625 ... egate-code

Вернуться в «IOS»