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

shouldGroupAccessibilityChildren

A Boolean value that indicates whether VoiceOver groups the accessibility elements that are children of the element, regardless of their positions on the screen.

Declaration 宣言

var shouldGroupAccessibilityChildren: Bool { get set }

Discussion 解説

The default value for this property is false.

For example, consider an app that shows items in vertical columns. Usually, VoiceOver navigates through these items in horizontal rows. Setting the value of this property to true on the parent view of the items in the vertical columns causes VoiceOver to respect the app’s grouping and navigate them correctly.

See Also 参照

Configuring Behavior