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()

posted on 2016-06-01 20:11  Tony0571  阅读(130)  评论(0编辑  收藏  举报

导航