
AppDelegate.m 文件

下面是在网络封装的工具类里 判断的地方:

代码:
AppDelegate *delegate = (AppDelegate*)[[UIApplication sharedApplication] delegate];
UINavigationController *selectVC = (UINavigationController*)delegate.tabBarVC.selectedViewController;
LoginViewController * login = [[YMLoginViewController alloc]init];
login.modalPresentationStyle = UIModalPresentationFullScreen;
[selectVCpresentViewController:login animated:YES completion:nil];
文章均来自互联网如有不妥请联系作者删除QQ:314111741 地址:http://www.mqs.net/post/14056.html
添加新评论