Contents

textDidChangeNotification

A notification that alerts observers when the text in a text field changes.

Declaration

nonisolated class let textDidChangeNotification: NSNotification.Name

Discussion

The affected text field is stored in the object parameter of the notification.

See Also

Managing the editing behavior