Enumerations
The following enumerations are available globally.
-
An enum specifying all WCAG conformance levels.
See moreDeclaration
Swift
public enum ConformanceLevel : Int
-
An enum specifying all features available on the current platform.
See moreDeclaration
Swift
public enum CapableFeature : String, CaseIterable