project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.m
changeset 3522 156c04c6a3d8
parent 3514 59dbd31e9953
child 3523 6592fbb969da
equal deleted inserted replaced
3520:c3dcb80bdb1d 3522:156c04c6a3d8
   116     [self.tableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:indexPath] withRowAnimation:UITableViewRowAnimationFade];
   116     [self.tableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:indexPath] withRowAnimation:UITableViewRowAnimationFade];
   117 }
   117 }
   118 
   118 
   119 #pragma mark -
   119 #pragma mark -
   120 #pragma mark Table view delegate
   120 #pragma mark Table view delegate
   121 
       
   122 -(void) tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
   121 -(void) tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
   123     if (childController == nil) {
   122     if (childController == nil) {
   124         childController = [[SingleSchemeViewController alloc] initWithStyle:UITableViewStyleGrouped];
   123         childController = [[SingleSchemeViewController alloc] initWithStyle:UITableViewStyleGrouped];
   125     }
   124     }
   126     
   125