project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m
changeset 11554 893722a2a1f9
parent 11354 a0163b8302c5
child 12877 00215a7ec5f5
equal deleted inserted replaced
11553:45982bda46cc 11554:893722a2a1f9
   268     footer.backgroundColor = [UIColor clearColor];
   268     footer.backgroundColor = [UIColor clearColor];
   269     footer.autoresizingMask = UIViewAutoresizingFlexibleWidth;
   269     footer.autoresizingMask = UIViewAutoresizingFlexibleWidth;
   270 
   270 
   271     UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, aTableView.frame.size.width*90/100, height)];
   271     UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, aTableView.frame.size.width*90/100, height)];
   272     label.center = CGPointMake(aTableView.frame.size.width/2, height/2);
   272     label.center = CGPointMake(aTableView.frame.size.width/2, height/2);
   273     label.textAlignment = UITextAlignmentCenter;
   273     label.textAlignment = NSTextAlignmentCenter;
   274     label.font = [UIFont italicSystemFontOfSize:12];
   274     label.font = [UIFont italicSystemFontOfSize:12];
   275     label.textColor = [UIColor whiteColor];
   275     label.textColor = [UIColor whiteColor];
   276     label.numberOfLines = 2;
   276     label.numberOfLines = 2;
   277     label.backgroundColor = [UIColor clearColor];
   277     label.backgroundColor = [UIColor clearColor];
   278     label.autoresizingMask = UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleRightMargin | UIViewAutoresizingFlexibleWidth;
   278     label.autoresizingMask = UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleRightMargin | UIViewAutoresizingFlexibleWidth;