Instance Method インスタンスメソッド

accessibilityElement(at:)

Returns the accessibility element at the specified index.

Declaration 宣言

@MainActor func accessibilityElement(at index: Int) -> Any?

Parameters パラメータ

index

The index of the accessibility element.

Return Value 戻り値

The accessibility element at the specified index, or nil if none exists.

See Also 参照

Providing Information About Accessibility Elements