Contents

accessibilityAttributeNames()

Returns an array of attribute names supported by the receiver.

Declaration

func accessibilityAttributeNames() -> [NSAccessibility.Attribute]

Return Value

An array containing the attributes supported by the receiver.

Discussion

User interface classes must implement this method. Subclasses should invoke the superclass’s implementation, if it exists, and append additional attributes or remove unsupported attributes. See NSAccessibility constants for lists of attribute names.

See Also

Deprecated Methods