iOS开发 pop 到指定的tabBar界面

563 阅读1分钟

**self**.tabBarController.selectedIndex = 0;

[**self**.navigationController popToRootViewControllerAnimated:**YES**];