2013-05-28 75 views
-3

我一直堅持使用它。當我導航正面和背面時,它只是在我的控制檯中打印。可以告訴任何人發生這種情況的原因。使用UINavigationController在正面和背面導航時「不平衡呼叫開始/結束外觀過渡」爲

在viewController1

-(void)tableView:(UITableView *)tableView didDeselectRowAtIndexPath:(NSIndexPath *)indexPath 
{ 

    [self.navigationController pushViewController:viewCon2 animated:YES]; 

} 
+5

您是否在搜索它? Duplicate http://stackoverflow.com/questions/6809593/unbalanced-calls-to-begin-end-appearance-transitions-for-firstviewcontroller-0?rq=1 –

+0

用你試過的代碼支持你的問題。 – Amar

回答

1

您可以創建兩個viewcontrollers,推動它在同一SEGUE動作/按鈕按下。

+0

然後如何避免該 – vivek

+0

我認爲你在做viewWillAppear.Do它在viewDidapper –

+0

但我需要導航在那一點 – vivek

相關問題