maximumContentSizeCategory
The maximum content size category for the view and its subviews.
Declaration
var maximumContentSizeCategory: 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 maximum limit for the content size category.