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