Contents

textDidEndEditingNotification

A notification that alerts observers when the editing session ends for a text field.

Declaration

nonisolated class let textDidEndEditingNotification: NSNotification.Name

Discussion

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

See Also

Managing the editing behavior