Event
public enum Event
Encapsulates changes to the status of various system accessibility settings.
-
The system’s AssistiveTouch setting has changed.
Declaration
Swift
case assistiveTouchStatusDidChange(Bool) -
The system’s Bold Text setting has changed.
Declaration
Swift
case boldTextStatusDidChange(Bool) -
The system’s Closed Captioning setting has changed.
Declaration
Swift
case closedCaptioningStatusDidChange(Bool) -
The system’s Darken Colors setting has changed.
Declaration
Swift
case darkenColorsStatusDidChange(Bool) -
The system’s Grayscale setting has changed.
Declaration
Swift
case grayscaleStatusDidChange(Bool) -
The system’s Guided Access setting has changed.
Declaration
Swift
case guidedAccessStatusDidChange(Bool) -
The system’s hearing device pairing options have changed.
Declaration
Swift
case hearingDevicePairedEarDidChange(UIAccessibilityHearingDeviceEar) -
The system’s Invert Colors setting has changed.
Declaration
Swift
case invertColorsStatusDidChange(Bool) -
The system’s Mono Audio setting has changed.
Declaration
Swift
case monoAudioStatusDidChange(Bool) -
The system’s Reduce Motion setting has changed.
Declaration
Swift
case reduceMotionStatusDidChange(Bool) -
The system’s Reduce Transparency setting has changed.
Declaration
Swift
case reduceTransparencyStatusDidChange(Bool) -
The system’s Shake to Undo setting has changed.
Declaration
Swift
case shakeToUndoStatusDidChange(Bool) -
The system’s Speak Screen setting has changed.
Declaration
Swift
case speakScreenStatusDidChange(Bool) -
The system’s Speak Selection setting has changed.
Declaration
Swift
case speakSelectionStatusDidChange(Bool) -
The system’s Switch Control setting has changed.
Declaration
Swift
case switchControlStatusDidChange(Bool) -
The system’s VoiceOver setting has changed.
Declaration
Swift
case voiceOverStatusDidChange(Bool)
View on GitHub
Install in Dash
Event Enumeration Reference