-
删除Info.plist相关内容
-
AppDelegate.swift增加window属性
-
AppDelegate.swift删除SceneDelegate方法
func application(_ application: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options: UIScene.ConnectionOptions) -> UISceneConfiguration
func application(_ application: UIApplication, didDiscardSceneSessions sceneSessions: Set<UISceneSession>)
SceneDelegate 删不删不重要,上面三步是必须的
网友评论