Contents

accessibilityPerformShowDefaultUI()

Returns to the accessibility element’s original UI.

Declaration

func accessibilityPerformShowDefaultUI() -> Bool

Return Value

true if the action was successfully triggered; otherwise, false. This method does not indicate the success or failure of the action, just the fact that the action was successfully triggered.

Discussion

Call this method after successfully calling accessibilityPerformShowAlternateUI() to return to the original UI.

See Also

Supporting Accessibility