project_files/HedgewarsMobile/Classes/EditableCellView.m
changeset 11554 893722a2a1f9
parent 11256 3dc674af7662
child 12877 00215a7ec5f5
equal deleted inserted replaced
11553:45982bda46cc 11554:893722a2a1f9
    41 
    41 
    42         [self.contentView addSubview:textField];
    42         [self.contentView addSubview:textField];
    43         //[textField release];
    43         //[textField release];
    44 
    44 
    45         titleLabel = [[UILabel alloc] init];
    45         titleLabel = [[UILabel alloc] init];
    46         titleLabel.textAlignment = UITextAlignmentLeft;
    46         titleLabel.textAlignment = NSTextAlignmentLeft;
    47         titleLabel.backgroundColor = [UIColor clearColor];
    47         titleLabel.backgroundColor = [UIColor clearColor];
    48         titleLabel.font = [UIFont boldSystemFontOfSize:[UIFont labelFontSize]];
    48         titleLabel.font = [UIFont boldSystemFontOfSize:[UIFont labelFontSize]];
    49         [self.contentView addSubview:titleLabel];
    49         [self.contentView addSubview:titleLabel];
    50         //[titleLabel release];
    50         //[titleLabel release];
    51 
    51