只需要一行代码搞定
//假设跳转到UITabBarController的第一个页面
self.tabBarController.selectedIndex = 0;
转载于:https://my.oschina.net/wenchengxu123/blog/704029
只需要一行代码搞定
//假设跳转到UITabBarController的第一个页面
self.tabBarController.selectedIndex = 0;
转载于:https://my.oschina.net/wenchengxu123/blog/704029