minimumScaleFactor
The minimum scale factor for the text.
Declaration
var minimumScaleFactor: CGFloat { get set }Discussion
If you set adjustsFontSizeToFitWidth to true, this property defines the smallest multiplier the view uses to fit the text.
The minimum scale factor for the text.
var minimumScaleFactor: CGFloat { get set }If you set adjustsFontSizeToFitWidth to true, this property defines the smallest multiplier the view uses to fit the text.