project_files/HedgewarsMobile/Classes/SingleTeamViewController.m
branchios-develop
changeset 13166 ba5c794adae3
parent 12872 00215a7ec5f5
equal deleted inserted replaced
13164:eefd6d066768 13166:ba5c794adae3
   148             break;
   148             break;
   149     }
   149     }
   150     return rows;
   150     return rows;
   151 }
   151 }
   152 
   152 
   153 -(NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section {
   153 - (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section {
   154     NSString *sectionTitle = nil;
   154     NSString *sectionTitle = nil;
   155     switch (section) {
   155     switch (section) {
   156         case 0:
   156         case 0:
   157             sectionTitle = NSLocalizedString(@"Team Name", @"");
   157             sectionTitle = NSLocalizedString(@"Team Name", @"");
   158             break;
   158             break;