Contents

textDidBeginEditingNotification

A notification that alerts observers when an editing session begins in a text view.

Declaration

nonisolated class let textDidBeginEditingNotification: 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