project_files/HedgewarsMobile/Classes/LevelViewController.m
changeset 4476 4bf74e158f44
parent 4284 57a501a69e5f
child 4976 088d40d8aba2
equal deleted inserted replaced
4474:499748f6e80f 4476:4bf74e158f44
   175             [self.tableView reloadData];
   175             [self.tableView reloadData];
   176             
   176             
   177             self.lastIndexPath = indexPath;
   177             self.lastIndexPath = indexPath;
   178             [self.tableView selectRowAtIndexPath:indexPath animated:YES scrollPosition:UITableViewScrollPositionNone];
   178             [self.tableView selectRowAtIndexPath:indexPath animated:YES scrollPosition:UITableViewScrollPositionNone];
   179         }
   179         }
   180         [self.navigationController popViewControllerAnimated:YES];
       
   181     }
   180     }
   182     [self.tableView deselectRowAtIndexPath:indexPath animated:YES];
   181     [self.tableView deselectRowAtIndexPath:indexPath animated:YES];
   183 }
   182 }
   184 
   183 
   185 
   184