Contents

accessibilityParameterizedAttributeNames()

Returns a list of parameterized attribute names supported by the receiver.

Declaration

func accessibilityParameterizedAttributeNames() -> [NSAccessibility.ParameterizedAttribute]

Return Value

An array of parameterized attributes in the receiver.

Discussion

If you implement this method, also implement accessibilityAttributeValue(_:forParameter:).

See Also

Deprecated Methods