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

accessibilityViewIsModal

A Boolean value that indicates whether VoiceOver ignores the accessibility elements within views that are siblings of the element.

Declaration 宣言

@property(nonatomic) BOOL accessibilityViewIsModal;

Discussion 解説

The default value for this property is NO. When the value of this property is YES, VoiceOver ignores the accessibility elements within the sibling views of the receiving view.

For example, in a window that contains sibling views A and B, setting accessibilityViewIsModal to YES on view B causes VoiceOver to ignore the accessibility elements in view A. However, if view B contains a child view C and you set accessibilityViewIsModal to YES on view C, VoiceOver does not ignore the accessibility elements in view A.

See Also 参照

Configuring Behavior