Contents

selectionChangedNotification

A notification you post when the selection inside an element changes.

Declaration

static var selectionChangedNotification: UIAccessibility.Notification

Discussion

If an element contains a text selection and the content changes, or the editing cursor position changes, post this notification after posting valueChangedNotification for the element.

See Also

Accessibility