project_files/HedgewarsMobile/Classes/SingleTeamViewController.m
changeset 3659 f8d5ac50e307
parent 3574 78fc6e61570b
child 3660 bc125bea5849
equal deleted inserted replaced
3658:113cb9345be1 3659:f8d5ac50e307
   376         }
   376         }
   377         
   377         
   378         nextController.title = [secondaryItems objectAtIndex:row];
   378         nextController.title = [secondaryItems objectAtIndex:row];
   379         [nextController setTeamDictionary:teamDictionary];
   379         [nextController setTeamDictionary:teamDictionary];
   380         [self.navigationController pushViewController:nextController animated:YES];
   380         [self.navigationController pushViewController:nextController animated:YES];
       
   381         [nextController release];
   381     } else {
   382     } else {
   382         cell = [aTableView cellForRowAtIndexPath:indexPath];
   383         cell = [aTableView cellForRowAtIndexPath:indexPath];
   383         for (UIView *oneView in cell.contentView.subviews) {
   384         for (UIView *oneView in cell.contentView.subviews) {
   384             if ([oneView isMemberOfClass:[UITextField class]]) {
   385             if ([oneView isMemberOfClass:[UITextField class]]) {
   385                 textFieldBeingEdited = (UITextField *)oneView;
   386                 textFieldBeingEdited = (UITextField *)oneView;