Instance Property インスタンスプロパティ

accessibilityElementsHidden

A Boolean value that indicates whether to hide the accessibility elements.

Declaration 宣言

var accessibilityElementsHidden: Bool { get set }

Discussion 解説

The default value for this property is false. You might use this property to hide views that the arrival of a new view covers. In this case, the hidden views might remain visible onscreen, but they aren't the focus of the user’s actions.

You might also use this property to hide a transient view that VoiceOver users don’t need to notice. For example, VoiceOver doesn’t need to describe the translucent view that appears when users adjust the volume on their devices because the aural feedback of this action is sufficient.

See Also 参照

Configuring Behavior