We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0f4bb commit bba7699Copy full SHA for bba7699
Coding_iOS/Views/Cell/TitleValueMoreCell.m
@@ -35,6 +35,8 @@ - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reus
35
_valueLabel.font = [UIFont systemFontOfSize:15];
36
_valueLabel.textColor = [UIColor colorWithHexString:@"0x999999"];
37
_valueLabel.textAlignment = NSTextAlignmentRight;
38
+ _valueLabel.adjustsFontSizeToFitWidth = YES;
39
+ _valueLabel.minimumScaleFactor = 0.6;
40
[self.contentView addSubview:_valueLabel];
41
}
42
0 commit comments