project_files/HedgewarsMobile/Classes/StatsPageViewController.m
changeset 11549 893722a2a1f9
parent 11231 bb3e57426a07
child 12872 00215a7ec5f5
equal deleted inserted replaced
11548:45982bda46cc 11549:893722a2a1f9
   122     cell.imageView.image = img;
   122     cell.imageView.image = img;
   123     [img release];
   123     [img release];
   124     cell.accessoryView = imgView;
   124     cell.accessoryView = imgView;
   125     [imgView release];
   125     [imgView release];
   126 
   126 
   127     cell.textLabel.textAlignment = UITextAlignmentCenter;
   127     cell.textLabel.textAlignment = NSTextAlignmentCenter;
   128     cell.textLabel.adjustsFontSizeToFitWidth = YES;
   128     cell.textLabel.adjustsFontSizeToFitWidth = YES;
   129     cell.backgroundColor = [UIColor blackColor];
   129     cell.backgroundColor = [UIColor blackColor];
   130     cell.selectionStyle = UITableViewCellSelectionStyleNone;
   130     cell.selectionStyle = UITableViewCellSelectionStyleNone;
   131 
   131 
   132     return cell;
   132     return cell;