textDidChangeNotification
A notification that alerts observers when the text in a text view changes.
Declaration
nonisolated class let textDidChangeNotification: NSNotification.NameDiscussion
The affected view is stored in the object parameter of the notification. The userInfo dictionary is not used.