Skip to content

Commit

Permalink
fixed possibility of very small text
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Debono committed Mar 24, 2014
1 parent 60af1fa commit 13a3e65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ADFormViewController/ADOptionCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ - (id)init {
[[self detailLabel] setFont:[UIFont systemFontOfSize:14]];
[[self detailLabel] setTextColor:[UIColor blackColor]];
[[self detailLabel] setAdjustsFontSizeToFitWidth:YES];
[[self detailLabel] setMinimumScaleFactor:0.7];
}

return self;
Expand Down

0 comments on commit 13a3e65

Please sign in to comment.