Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bba7699

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /