UIAccessibilityContentSizeCategoryImageAdjusting
Methods to determine when to adjust images for different content size categories.
Declaration
protocol UIAccessibilityContentSizeCategoryImageAdjusting : NSObjectProtocolOverview
Objects adopt this protocol when they support scaling image assets to the size required by the accessibility content size categories. Typically, an object sets the adjustsImageSizeForAccessibilityContentSizeCategory property to true only when its image contains vector data that can scale well to the larger sizes required for accessibility.