---
title: minimumScaleFactor
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicontentunavailableconfiguration-swift.struct/textproperties-swift.struct/minimumscalefactor
---

# minimumScaleFactor

The minimum scale factor for the text.

## Declaration

```swift
var minimumScaleFactor: CGFloat { get set }
```

## Discussion

Discussion If you set adjustsFontSizeToFitWidth to true, this property defines the smallest multiplier the view uses to fit the text.
