project_files/HedgewarsMobile/Classes/TeamConfigViewController.m
changeset 3662 a44406f4369b
parent 3659 f8d5ac50e307
child 3697 d5b30d6373fc
equal deleted inserted replaced
3661:2378ada8a6ee 3662:a44406f4369b
   104             [squareButton release];
   104             [squareButton release];
   105             
   105             
   106             UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(12+88+7+36+7, 10, 250, 25)];
   106             UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(12+88+7+36+7, 10, 250, 25)];
   107             label.textAlignment = UITextAlignmentLeft;
   107             label.textAlignment = UITextAlignmentLeft;
   108             label.backgroundColor = [UIColor clearColor];
   108             label.backgroundColor = [UIColor clearColor];
   109             label.font = [UIFont boldSystemFontOfSize:[UIFont systemFontSize] + 2];
   109             label.font = [UIFont boldSystemFontOfSize:[UIFont labelFontSize] + 2];
   110             label.tag = LABEL_TAG;
   110             label.tag = LABEL_TAG;
   111             [cell.contentView addSubview:label];
   111             [cell.contentView addSubview:label];
   112             [label release];
   112             [label release];
   113         }
   113         }
   114         
   114         
   167     // Relinquish ownership any cached data, images, etc that aren't in use.
   167     // Relinquish ownership any cached data, images, etc that aren't in use.
   168 }
   168 }
   169 
   169 
   170 -(void) viewDidUnload {
   170 -(void) viewDidUnload {
   171     self.listOfTeams = nil;
   171     self.listOfTeams = nil;
       
   172     MSG_DIDUNLOAD();
   172     [super viewDidUnload];
   173     [super viewDidUnload];
   173     MSG_DIDUNLOAD();
       
   174 }
   174 }
   175 
   175 
   176 
   176 
   177 -(void) dealloc {
   177 -(void) dealloc {
   178     [self.listOfTeams release];
   178     [self.listOfTeams release];