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

accessibilityHeaderElements

An array of elements that serves as the headers for the accessibility element.

Declaration 宣言

var accessibilityHeaderElements: [Any]? { get set }

Discussion 解説

You can set this value on an instance of UIAccessibilityElement, on a view, or on a view controller. The assistive app reads the accessibility container chain, as well as the associated view controllers where appropriate. This array contains a weak copy of the accessibility elements to avoid retain cycles.

See Also 参照

Defining Accessibility Text and Language