swift 在AppDelegate.swift中不需要`@UIApplicationMain`

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了swift 在AppDelegate.swift中不需要`@UIApplicationMain`相关的知识,希望对你有一定的参考价值。

import UIKit

let argc = CommandLine.argc
let argv = UnsafeMutableRawPointer(CommandLine.unsafeArgv).bindMemory(to: UnsafeMutablePointer<Int8>.self, capacity: Int(argc))
let appDelegateClass: String = AppDelegate.description()
UIApplicationMain(argc, argv, nil, appDelegateClass)

以上是关于swift 在AppDelegate.swift中不需要`@UIApplicationMain`的主要内容,如果未能解决你的问题,请参考以下文章

AppDelegate.swift 如何在 Xcode 6.3 中替换 AppDelegate.h 和 AppDelegate.m

我必须在 AppDelegate.swift 文件中写任何东西吗?

swift 在AppDelegate.swift中不需要`@UIApplicationMain`

Appdelegate.swift 中的调用函数

AppDelegate.swift 中没有这样的模块“电容器”

Firebase 配置错误,即使它在 AppDelegate.swift 中被调用