記錄下在didFinishLaunchingWithOptions中:
self.window=UIWindow(frame:UIScreen.main.bounds)
self.window!.backgroundColor=UIColor.white
//設(shè)置root
letrootVC =MainViewController()
self.window!.rootViewController= rootVC
self.window!.makeKeyAndVisible()
記錄下在didFinishLaunchingWithOptions中:
self.window=UIWindow(frame:UIScreen.main.bounds)
self.window!.backgroundColor=UIColor.white
//設(shè)置root
letrootVC =MainViewController()
self.window!.rootViewController= rootVC
self.window!.makeKeyAndVisible()