[[UIApplication sharedApplication].keyWindow.rootViewController dismissViewControllerAnimated:NO completion:^{
IWCompanyCenterController *company = [IWCompanyCenterController new]; IWNavigationController *homeVC = [[IWNavigationController alloc]initWithRootViewController:company];
[UIApplication sharedApplication].keyWindow.rootViewController=homeVC;
}];







网友评论