iOS navigationController中回到tabbarController根视图方法

来源:互联网 发布:html5动画制作软件 编辑:程序博客网 时间:2024/06/06 15:16

根据需求来改变跳转:


[self.navigationController popToRootViewControllerAnimated:NO];[self dismissViewControllerAnimated:NO completion:^{            AppDelegate *delegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];            JKMainTabViewController *tab = (JKMainTabViewController *)delegate.window.rootViewController;            tab.selectedIndex = 0;        }];


阅读全文
0 0
原创粉丝点击