码迷,mamicode.com
首页 > 移动开发 > 详细

APP1 window

时间:2016-06-01 21:20:38      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:

        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

标签:

原文地址:http://www.cnblogs.com/tony0571/p/5550912.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!