回到指定根控制器的方法
2018-05-22 本文已影响6人
LBQ_DS
LSTabBarVC *tabBar=[[LSTabBarVC alloc] init];
tabBar.selectedIndex = 0;
[self presentViewController:tabBar animated:NO completion:nil];
LSTabBarVC *tabBar=[[LSTabBarVC alloc] init];
tabBar.selectedIndex = 0;
[self presentViewController:tabBar animated:NO completion:nil];