我一直堅持使用它。當我導航正面和背面時,它只是在我的控制檯中打印。可以告訴任何人發生這種情況的原因。使用UINavigationController在正面和背面導航時「不平衡呼叫開始/結束外觀過渡」爲
在viewController1
-(void)tableView:(UITableView *)tableView didDeselectRowAtIndexPath:(NSIndexPath *)indexPath
{
[self.navigationController pushViewController:viewCon2 animated:YES];
}
您是否在搜索它? Duplicate http://stackoverflow.com/questions/6809593/unbalanced-calls-to-begin-end-appearance-transitions-for-firstviewcontroller-0?rq=1 –
用你試過的代碼支持你的問題。 – Amar