我被这个困住了。当我前后导航时,它只是在我的控制台中打印。谁能说出为什么会发生这种情况。
在 viewController1
-(void)tableView:(UITableView *)tableView didDeselectRowAtIndexPath:(NSIndexPath *)indexPath
{
[self.navigationController pushViewController:viewCon2 animated:YES];
}
我被这个困住了。当我前后导航时,它只是在我的控制台中打印。谁能说出为什么会发生这种情况。
在 viewController1
-(void)tableView:(UITableView *)tableView didDeselectRowAtIndexPath:(NSIndexPath *)indexPath
{
[self.navigationController pushViewController:viewCon2 animated:YES];
}