Contents

accessibilityValue()

Returns the text that the accessibility element displays.

Declaration

func accessibilityValue() -> String?

Return Value

The text displayed by the element.

Discussion

This method is the getter for the NSAccessibilityProtocol protocol’s accessibilityValue property.

See Also

Supporting Accessibility