Contains the names of notifications generated by the accessibility system.
Framework
- UIKit
Contains the names of notifications generated by the accessibility system.
Framework
static var screen Changed: UIAccessibility .Notification
Posted by an application when a new view appears that makes up a major portion of the screen.
static var layout Changed: UIAccessibility .Notification
Posted by an application when the layout of a screen changes, such as when an element appears or disappears.
static var page Scrolled: UIAccessibility .Notification
Posted by an application when a scroll action has completed and the accessibility
method has been called.
static let switch Control Status Did Change Notification: NSNotification .Name
Posted by UIKit when the system’s Switch Control setting has changed.
static let element Focused Notification: NSNotification .Name
Posted by UIKit when an assistive technology focuses on an element.
static let reduce Transparency Status Did Change Notification: NSNotification .Name
Posted by UIKit when the system’s Reduce Transparency system setting has changed.
static let voice Over Status Did Change Notification: NSNotification .Name
Posted by UIKit when VoiceOver starts or stops.
static var announcement: UIAccessibility .Notification
Posted by an app when an announcement needs to be conveyed to the assistive technology.
static let announcement Did Finish Notification: NSNotification .Name
Posted by UIKit when the system has finished reading an announcement.
let UIAccessibility Voice Over Status Changed: String
Posted by UIKit when VoiceOver starts or stops. This notification does not include a parameter.
static let bold Text Status Did Change Notification: NSNotification .Name
Posted by UIKit when the system’s Bold Text setting has changed.
static let closed Captioning Status Did Change Notification: NSNotification .Name
Posted by UIKit when the setting for closed captioning has changed.
static let darker System Colors Status Did Change Notification: NSNotification .Name
Posted by UIKit when the system’s Darken Colors setting has changed.
static let grayscale Status Did Change Notification: NSNotification .Name
Posted by UIKit when the system’s Grayscale setting has changed.
static let invert Colors Status Did Change Notification: NSNotification .Name
Posted by UIKit when the setting for inverted colors has changed.
static var pause Assistive Technology: UIAccessibility .Notification
Post this notification when you want to pause an assistive technology’s operations temporarily.
static var resume Assistive Technology: UIAccessibility .Notification
Post this notification to resume an assistive technology’s operations temporarily.
static let assistive Touch Status Did Change Notification: NSNotification .Name
Posted by UIKit when the enabled status of AssistiveTouch changes in system preferences.
static let guided Access Status Did Change Notification: NSNotification .Name
Posted by UIKit when a Guided Access session starts or ends.
static let mono Audio Status Did Change Notification: NSNotification .Name
Posted by UIKit when system audio changes from stereo to mono.
static let speak Screen Status Did Change Notification: NSNotification .Name
Posted by UIKit when the system’s Speak Screen setting has changed.
static let speak Selection Status Did Change Notification: NSNotification .Name
Posted by UIKit when the system’s Speak Selection setting has changed.
static let hearing Device Paired Ear Did Change Notification: NSNotification .Name
Posted by UIKit when there is a change to the currently paired hearing devices.
static let reduce Motion Status Did Change Notification: NSNotification .Name
Posted by UIKit when the system’s Reduce Motion setting has changed.
static let shake To Undo Did Change Notification: NSNotification .Name
Posted by UIKit when the system's shake to undo feature is enabled or disabled.
static func post(notification: UIAccessibility .Notification, argument: Any?)
Posts a notification to assistive applications.