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

accessibilityIndex(ofChild:)

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

Declaration 宣言

func accessibilityIndex(ofChild child: Any) -> Int

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 非推奨