拿到指定控制器

88 阅读1分钟

AppDelegate *appDelegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];

        UITabBarController *tabViewController = (UITabBarController *)appDelegate.window.rootViewController;

        [tabViewController.selectedViewController pushViewController:vc animated:YES];