我想彈出到導航堆棧中的特定視圖控制器,但我做錯了一些,因爲我在嘗試執行時彈出此錯誤代碼嘗試從導航堆棧彈出視圖時聲明失敗
Assertion failure in -[UINavigationController popToViewController:transition:], /SourceCache/UIKit_Sim/UIKit-1912.3/UINavigationController.m:2229
這裏是代碼這就是導致問題
FirstViewController *firstViewController = [[FirstViewController alloc] initWithNibName:@"FirstViewController.xib" bundle:nil];
[self.navigationController popToViewController:firstViewController animated:YES];
你的例子中的兩行代碼之間有什麼東西嗎? – dasblinkenlight 2012-01-12 03:55:46
不知道他們是什麼,內部didSelectRowAtIndexPath方法 – 2012-01-12 04:08:23