Methods to determine when to adjust images for different content size categories.
SDKs
- iOS 11.0+
- Mac Catalyst 13.0+
- tvOS 11.0+
Framework
- UIKit
Declaration
protocol UIAccessibilityContentSizeCategoryImageAdjusting
Overview
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 adjusts
property to true
only when its image contains vector data that can scale well to the larger sizes required for accessibility.