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

accessibilityNavigationStyle

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

Declaration 宣言

@property(nonatomic) UIAccessibilityNavigationStyle accessibilityNavigationStyle;

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 UIAccessibilityNavigationStyleAutomatic.

See Also 参照

Navigating Elements