标签: ios objective-c uinavigationcontroller uitabbarcontroller
当我在另一个视图控制器中并且单击按钮时popToRootViewController。但是我在tabBar上方的底部得到了黑条。
popToRootViewController
我已将以下代码用于popToRootViewController。
self.tabBarController.selectedIndex = 0; [self.navigationController popToRootViewControllerAnimated:YES];