Skip to content

Commit bba7699

Browse files
committed
bugfix
1 parent 6b0f4bb commit bba7699

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Coding_iOS/Views/Cell/TitleValueMoreCell.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reus
3535
_valueLabel.font = [UIFont systemFontOfSize:15];
3636
_valueLabel.textColor = [UIColor colorWithHexString:@"0x999999"];
3737
_valueLabel.textAlignment = NSTextAlignmentRight;
38+
_valueLabel.adjustsFontSizeToFitWidth = YES;
39+
_valueLabel.minimumScaleFactor = 0.6;
3840
[self.contentView addSubview:_valueLabel];
3941
}
4042
}

0 commit comments

Comments
 (0)