iOS 登录跳转视图方法
2017-10-30 本文已影响1人
J_HX
[[UIApplication sharedApplication].keyWindow.rootViewController dismissViewControllerAnimated:NO completion:^{
IWCompanyCenterController *company = [IWCompanyCenterController new]; IWNavigationController *homeVC = [[IWNavigationController alloc]initWithRootViewController:company];
[UIApplication sharedApplication].keyWindow.rootViewController=homeVC;
}];