Contents

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 Methods