minimumScaleFactor
The smallest multiplier for the font size that the configuration uses to make the text fit.
Declaration
@property (nonatomic) CGFloat minimumScaleFactor;Discussion
This value applies when adjustsFontSizeToFitWidth is true.
The smallest multiplier for the font size that the configuration uses to make the text fit.
@property (nonatomic) CGFloat minimumScaleFactor;This value applies when adjustsFontSizeToFitWidth is true.