Contents

setIsAccessibilityElement(_:)

Sets whether the object is an accessibility element that an assistive app can access.

Declaration

func setIsAccessibilityElement(_ isAccessibilityElement: Bool)

Parameters

  • isAccessibilityElement:

    True if the object is an accessibility element or False if it is not.

Discussion

Use this method to change the accessibility status of your interface objects.

See Also

Configuring the Accessibility Attributes