UIAccessibilityIdentification
extension UIAccessibilityIdentification where Self: NSObject
-
Add an accessibility identifier to a UIKit element.
Declaration
Swift
public func addAccessibility<T>(aip: T.Type, element: T.Element) where T : AccessibilityIdentifierProviderParameters
aipAIP to provide the Element.
elementElement of AIP to assign to the UIKit element.
View on GitHub
Install in Dash
UIAccessibilityIdentification Extension Reference