project_files/HedgewarsMobile/Classes/EditableCellView.m
changeset 3782 dc3531e49e4c
parent 3697 d5b30d6373fc
child 3829 81db3c85784b
equal deleted inserted replaced
3781:2bfda544ae48 3782:dc3531e49e4c
    60         titleLabel.frame = CGRectMake(boundsX+offset+10, 10, 100, [UIFont labelFontSize] + 4);
    60         titleLabel.frame = CGRectMake(boundsX+offset+10, 10, 100, [UIFont labelFontSize] + 4);
    61         offset += 100;
    61         offset += 100;
    62         skew +=2;
    62         skew +=2;
    63     }
    63     }
    64 
    64 
    65     textField.frame = CGRectMake(boundsX+offset+10, skew+10, 250, [UIFont labelFontSize] + 4);
    65     textField.frame = CGRectMake(boundsX+offset+10, skew+10, 300, [UIFont labelFontSize] + 4);
    66 }
    66 }
    67 
    67 
    68 -(void) setSelected:(BOOL)selected animated:(BOOL)animated {
    68 -(void) setSelected:(BOOL)selected animated:(BOOL)animated {
    69     [super setSelected:selected animated:animated];
    69     [super setSelected:selected animated:animated];
    70     // Configure the view for the selected state
    70     // Configure the view for the selected state