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

accessibilityElementAtIndex:

Returns the accessibility element at the specified index.

Declaration 宣言

- (id)accessibilityElementAtIndex:(NSInteger)index;

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