self.window = UIWindow(frame:UIScreen.mainScreen().bounds)
let rootVC : RootViewController = RootViewController()
let navi = UINavigationController(rootViewController:rootVC)
self.window!.rootViewController = navi
self.window!.makeKeyAndVisible()
时间: 2024-12-28 17:09:10