APP1 window
Posted Tony0571
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了APP1 window相关的知识,希望对你有一定的参考价值。
self.window = UIWindow(frame:UIScreen.mainScreen().bounds)
let rootVC : RootViewController = RootViewController()
let navi = UINavigationController(rootViewController:rootVC)
self.window!.rootViewController = navi
self.window!.makeKeyAndVisible()
以上是关于APP1 window的主要内容,如果未能解决你的问题,请参考以下文章