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

accessibilityContainerType

The type of container used for accessibility elements, such as tables or lists.

Declaration 宣言

@MainActor var accessibilityContainerType: UIAccessibilityContainerType { get set }

Discussion 解説

The default value is UIAccessibilityContainerTypeNone.

Set this property so that assistive technologies can output information about the contents of containers.

See Also 参照

Providing Information About Accessibility Elements