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

accessibilityNavigationStyle

The navigation style to apply to the object and its elements.

Declaration 宣言

var accessibilityNavigationStyle: UIAccessibilityNavigationStyle { get set }

Discussion 解説

Some assistive technologies let the user select a parent view or container in order to navigate its elements. This property controls whether that behavior applies to the current object. Switch Control uses this technology, but VoiceOver and other assistive technologies do not.

The default value of this property is UIAccessibilityNavigationStyle.automatic.

See Also 参照

Navigating Elements