func accessibilityElement (at: Int) -> Any?
Returns the accessibility element at the specified index.
func index(ofAccessibilityElement : Any) -> Int
Returns the index of the specified accessibility element.
var accessibilityElements : [Any]?
An array of the accessibility elements in the container.
var accessibilityContainerType : UIAccessibilityContainerType
The type of container used for accessibility elements, such as tables or lists.
enum UIAccessibilityContainerType
Constants that indicate the type of content in a data-based container.