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的主要内容,如果未能解决你的问题,请参考以下文章

typescript app1.component.ts

APP1 window

app1----攻防世界

zookeeper怎么配置步骤

仿拉手团购App1--首页

为啥 JavaFX 是单例的?