project_files/HedgewarsMobile/Classes/GameConfigViewController.m
changeset 11549 893722a2a1f9
parent 11228 e1bbd85a53b7
child 12870 350d8bde5ccd
equal deleted inserted replaced
11548:45982bda46cc 11549:893722a2a1f9
   347         UILabel *maxLabel = [[UILabel alloc] initWithFrame:CGRectMake(598, 714, 310, 40)
   347         UILabel *maxLabel = [[UILabel alloc] initWithFrame:CGRectMake(598, 714, 310, 40)
   348                                                   andTitle:NSLocalizedString(@"Loading...",@"")
   348                                                   andTitle:NSLocalizedString(@"Loading...",@"")
   349                                            withBorderWidth:2.0f];
   349                                            withBorderWidth:2.0f];
   350         maxLabel.font = [UIFont italicSystemFontOfSize:[UIFont labelFontSize]];
   350         maxLabel.font = [UIFont italicSystemFontOfSize:[UIFont labelFontSize]];
   351         maxLabel.textColor = [UIColor whiteColor];
   351         maxLabel.textColor = [UIColor whiteColor];
   352         maxLabel.textAlignment = UITextAlignmentCenter;
   352         maxLabel.textAlignment = NSTextAlignmentCenter;
   353         [self.view addSubview:maxLabel];
   353         [self.view addSubview:maxLabel];
   354         self.mapConfigViewController.maxLabel = maxLabel;
   354         self.mapConfigViewController.maxLabel = maxLabel;
   355         [maxLabel release];
   355         [maxLabel release];
   356     }
   356     }
   357     else
   357     else