I am stuck with this .Its is simply printing in my console when I navigate front and back .Can anyone tell why this is occurs.
In viewController1
-(void)tableView:(UITableView *)tableView didDeselectRowAtIndexPath:(NSIndexPath *)indexPath
{
[self.navigationController pushViewController:viewCon2 animated:YES];
}