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