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

accessibilityIndexOfChild:

Returns the index of the specified accessibility child in the parent.

Declaration 宣言

- (NSUInteger)accessibilityIndexOfChild:(id)child;

Parameters パラメータ

child

The accessibility child of an object.

Return Value 戻り値

The index of the accessibility child object in the parent. Returns NSNotFound if the child does not exist.

See Also 参照

Deprecated 非推奨