Contents

isAccessibilitySelectorAllowed(_:)

Returns a Boolean value that indicates whether assistive apps can invoke the specified selector on the accessibility element.

Declaration

func isAccessibilitySelectorAllowed(_ selector: Selector) -> Bool

Parameters

  • selector:

    The selector to check.

Return Value

true, if accessibility clients can call the selector; otherwise, false.

See Also

Configuring accessibility