UIContentSizeCategoryLimit extension
UIContentSizeCategoryLimit
- on
Properties
- appliedContentSizeCategoryLimitsDescription → NSString
-
Available on UIView, provided by the UIContentSizeCategoryLimit extension
Will return a string with a log of all the superviews of this view, alongside with what content size category each view has and if that view has limits applied. This is for debugging purposes only.no setter - maximumContentSizeCategory ↔ NSString?
-
Available on UIView, provided by the UIContentSizeCategoryLimit extension
maximumContentSizeCategorygetter/setter pair - minimumContentSizeCategory ↔ NSString?
-
Available on UIView, provided by the UIContentSizeCategoryLimit extension
Specify content size category limits. Setting one or both of these properties will limit the content size category for this view (and its subviews) to a minimum or a maximum value. You can use this to limit the support content size categories on part of your view hierarchy. Setting this to nil removes the limit on the minimum or maximum. Limits will be applied immediately and when future content size category updates occur.getter/setter pair