taiyang2014

获取当前的window 以及设置其rootViewController

AppDelegate *app = [[UIApplication sharedApplication] delegate];
            app.window.rootViewController = [[RootViewController alloc] init];

posted on 2015-12-04 17:02  taiyang2014  阅读(524)  评论(0编辑  收藏  举报

导航