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.
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.