BEAccessibilitySelectionChangedNotification

Static BEAccessibilitySelectionChangedNotification 

Source
pub unsafe static BEAccessibilitySelectionChangedNotification: UIAccessibilityNotifications
Available on crate feature BEAccessibilityConstants only.
Expand description

Posted when the selection inside an element changes.

When text inside an editable element changes, or the editing cursor position changes, this notification must be posted alongside, and after, BEAccessibilityValueChangedNotification.

See also Apple’s documentation