func accessibilityElementCount () -> Int
Returns the number of accessibility elements in the container.
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.