minimumContentSizeCategory
The minimum content size category for the view and its subviews.
Declaration
var minimumContentSizeCategory: UIContentSizeCategory? { get set }Discussion
Use this property to limit which content size categories your view hierarchy supports. The limit applies immediately after you set this value and when future content size category updates occur.
Set this property to nil to remove the minimum limit for the content size category.