2015-06-07 330 views

回答

2

你在你的控制器層次的問題。你不應該有你的UIViewController A和C.

之間的UINavigationController由於UITabBarController推嵌入UINavigationController控制器A,你的導航已經設置這個選項卡中,無需以後repush另一個。因此,要解決你的問題,你應該有第一個選項卡:UITabBarViewController - > UINavigationController - > UIViewController A - > UIViewController C.這樣,popViewControllerAnimated將工作。