Closed DeveInfo closed 6 years ago
appdelegate.m: UITabBarControllertab = (UITabBarController)self.window.rootViewController;
UINavigationController*nvc = tab.selectedViewController; UIViewController*vc = nvc.visibleViewController; LessonModel *model = [self getModelDic:userInfo]; LessonDetailViewController *LDVC = [LessonDetailViewController new]; LDVC.hidesBottomBarWhenPushed = YES; LDVC.model = model; [(BaseNavGationController *)vc.navigationController pushViewController:LDVC animated:YES];
崩溃至JPNavigationController.m 147行
请提供更多堆栈信息.
appdelegate.m: UITabBarControllertab = (UITabBarController)self.window.rootViewController;
崩溃至JPNavigationController.m 147行