Contents

textDidChangeNotification

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

Declaration

nonisolated class let textDidChangeNotification: NSNotification.Name

Discussion

The affected view is stored in the object parameter of the notification. The userInfo dictionary is not used.

See Also

Managing the editing behavior