本文主要是介绍iOS navigationController中回到tabbarController根视图方法,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
根据需求来改变跳转:
[self.navigationController popToRootViewControllerAnimated:NO];
[self dismissViewControllerAnimated:NO completion:^{AppDelegate *delegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];JKMainTabViewController *tab = (JKMainTabViewController *)delegate.window.rootViewController;tab.selectedIndex = 0;}];
君凯商联网-iOS-字唐名僧
这篇关于iOS navigationController中回到tabbarController根视图方法的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!