UIAccessibilityContainer
Provide a set of methods that view subclasses use to make subcomponents accessible as separate elements.
var accessibilityActivationPoint : CGPoint
The activation point for the accessibility element in screen coordinates.
var accessibilityFocusedUIElement : Any?
The deepest descendant of the accessibility hierarchy that has the focus.
var accessibilityFrame : CGRect
The frame of the accessibility element in screen coordinates.
func accessibilityHitTest (NSPoint) -> Any?
Returns the deepest descendant of the accessibility hierarchy that contains the specified point.
var accessibilityNavigationStyle : UIAccessibilityNavigationStyle
The navigation style to apply to the object and its elements.
enum UIAccessibilityNavigationStyle
Constants that describe how to navigate an object’s elements with an assistive app.
static func zoomFocusChanged (zoomType : UIAccessibility.ZoomType, toFrame : CGRect, in: UIView)
Notifies the system when the app’s focus changes to a new location.
enum UIAccessibility.ZoomType
The types of system Zoom that can be in effect.
static var assistiveTouch : UIGuidedAccessAccessibilityFeature
The AssistiveTouch accessibility feature.